modify webviews AndroidManifest prevent app restart on rotation

This commit is contained in:
Alexander Mahr 2024-10-31 05:54:01 +01:00
parent ec9073c681
commit c08394e44c

View file

@ -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" />