|
@@ -19,7 +19,8 @@
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".MainActivity"
|
|
android:name=".MainActivity"
|
|
|
android:launchMode="singleTask"
|
|
android:launchMode="singleTask"
|
|
|
- android:screenOrientation="fullSensor"
|
|
|
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
|
|
+ tools:ignore="LockedOrientationActivity"
|
|
|
android:stateNotNeeded="true">
|
|
android:stateNotNeeded="true">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<action android:name="android.intent.action.MAIN" />
|