0
當我創建一個應用程序我沒有肖像模式的問題,但是當我把谷歌地圖它允許查看橫向模式。這裏是我的代碼:如何鎖定旋轉?
Android清單:
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:screenOrientation="sensorPortrait"
android:configChanges="orientation|keyboardHidden|keyboard">
MainActivity.java:
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT);
請幫我解決了英文不好
如果你想鎖定它使用'SCREEN_ORIENTATION_PORTRAIT' – Oleg
我已經試過了,但仍允許在橫向模式下的應用程序 – LogicTrix
哦,你想鎖定不同的應用程序?我不認爲這是可能的。 – Oleg