Android Debug Bridge Commands

hide that annoying "do you want to rotate" icon

adb shell settings put secure show_rotation_suggestions 0

don't let apps force set rotation (it's cool but it's more trouble than it's worth)

adb shell wm set-ignore-orientation-request true
Last update: February 21, 2026