Skip to content

Commit 1a5033e

Browse files
committed
adjuste manifext for sample
1 parent b88b3e8 commit 1a5033e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-->
55

66
<uses-permission android:name="android.permission.INTERNET"/>
7-
<application android:label="com.example.flagship_qa" android:icon="@mipmap/ic_launcher" android:usesCleartextTraffic="false">
7+
<application android:label="com.example.flagship_qa" android:icon="@mipmap/ic_launcher" android:usesCleartextTraffic="false" android:allowBackup="true">
88
<activity android:name=".MainActivity" android:launchMode="singleTop" android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize">
99

1010
<intent-filter>

0 commit comments

Comments
 (0)