We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec00c4 commit 0f09356Copy full SHA for 0f09356
app/src/main/AndroidManifest.xml
@@ -19,7 +19,9 @@
19
android:allowBackup="false"
20
android:icon="@mipmap/ic_launcher"
21
android:label="@string/app_name"
22
- android:theme="@style/AppTheme.FullScreen.Light">
+ android:theme="@style/AppTheme.FullScreen.Light"
23
+ tools:replace="android:allowBackup">
24
+
25
<activity
26
android:name=".activities.MainActivity"
27
0 commit comments