(Android 16) I have auto-rotate disabled manually, my phone should be locked in portrait mode at all times. Yet somehow, whenever the slightest bit of rotation is detected this dumb banner pops up in the top right corner. It’ll cover up a button I’m trying to use, I’ll accidentally hit it and the phone will lock itself into landscape orientation. Then I’ll have to close everything. Grrrrr.
Is there a way to disable this modal? Or is it a built in annoyance?


Agreed, hate this so much! I used this ADB command:
adb shell settings put secure show_rotation_suggestions 0
Make sure to toggle ’ Disable permission monitoring’ if your device has such a feature (also located in Developers Settings). If that’s not there, the ADB command should be sufficient.
Let me know if it worked for you :)