Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Android - How to Disable Screen Rotation Icon

There is indeed a way to disable it by ADB.

  • Setup ADB on your PC/Mac.
  • Enable USB debugging on your android
  • Connect your device to the PC/Mac
  • Run following command in shell/terminal:

adb shell settings put secure show_rotation_suggestions 0


Or you could do it the easy way.... I just figured it out with a lightbulb moment turning my flashlight brightness down

enter image description here enter image description here

Tags:

9.0 Pie

Related

Android - How to recover a deleted file from /data partition? Android - Disabling Download Manager notifications Android - Cannot rate apps on Google Play Android - How do I disable screen timeout of Android? Android - How to find out stolen phone of android by using IMEI number? Android - What is /storage/emulated/0/? Android - Is there a way to completely disable all Bixby functionality without rooting the S9+? Android - File transfer over USB cable option no longer appears after upgrade to MIUI 10 Android - Why is Play Store showing "Can't install app...Error Code: 910"? Android - How can I make a symlink (or equivalent) inside /storage/emulated/0? Android - WhatsApp: How to isolate contacts and photos - Privacy concerns Android - Why would I enable "Install Unknown Apps?"

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy