Merge pull request #7210 from mahdihijazi/disable_auto_backup

Android: Disable automatic backup
This commit is contained in:
Markus Wick 2018-07-04 21:44:53 +02:00 committed by GitHub
commit 28e5ccb2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
android:name=".DolphinApplication"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:allowBackup="true"
android:allowBackup="false"
android:supportsRtl="true"
android:isGame="true"
android:banner="@drawable/banner_tv">