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

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