Wizard: switch android:allowBackup
Otherwise template could leak sensitive data.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="${package}">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="${package}">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="false"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
<activity android:name=".MainActivity">
|
<activity android:name=".MainActivity">
|
||||||
|
|||||||
Reference in New Issue
Block a user