mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-02-09 08:28:47 +01:00
force portrait mode
This commit is contained in:
parent
8daface7d4
commit
758d8097c6
@ -19,7 +19,9 @@
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity android:name=".MainActivity">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:screenOrientation="portrait">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user