Androidで回転アイコンを出さない方法

https://note.com/southc0102/n/n1cb6ecf5f168

■回転ボタンを無効化(非表示)
adb shell settings put secure show_rotation_suggestions 0

■回転ボタンを有効化(表示)
adb shell settings put secure show_rotation_suggestions 1