|
@@ -33,7 +33,7 @@
|
|
|
android:networkSecurityConfig="@xml/network_security_config"
|
|
|
android:theme="@style/AppTheme">
|
|
|
<activity android:name=".InitActivity"
|
|
|
- android:screenOrientation="nosensor"
|
|
|
+ android:screenOrientation="sensor"
|
|
|
android:launchMode="singleTask">
|
|
|
<!--<intent-filter android:priority="10">
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
@@ -46,11 +46,11 @@
|
|
|
</activity>
|
|
|
|
|
|
<activity android:name=".XwalkMainActivity"
|
|
|
- android:screenOrientation="nosensor"
|
|
|
+ android:screenOrientation="sensor"
|
|
|
android:launchMode="singleTask"/>
|
|
|
|
|
|
<activity android:name=".MainActivity"
|
|
|
- android:screenOrientation="nosensor"
|
|
|
+ android:screenOrientation="sensor"
|
|
|
android:theme="@style/NoTitleFullscreen"
|
|
|
android:launchMode="singleTask">
|
|
|
<intent-filter android:priority="10">
|
|
@@ -60,7 +60,7 @@
|
|
|
</activity>
|
|
|
|
|
|
<activity android:name=".TBSMainActivity"
|
|
|
- android:screenOrientation="nosensor"
|
|
|
+ android:screenOrientation="sensor"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
android:launchMode="singleTask">
|
|
|
</activity>
|