modify webviews AndroidManifest prevent app restart on rotation
This commit is contained in:
parent
ec9073c681
commit
c08394e44c
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
|
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
|
||||||
<activity android:name="app.example.ExampleApp"
|
<activity android:name="app.example.ExampleApp"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue