Disable automatic backup

Since we don't have proper confuguration file of what to include/exclude
in the backup, this better be disabled because it will lead to unexpected
state. This will solve any issue that was keep hapenning even after fresh
install of the emulator until you manually clear the app data.
This commit is contained in:
mahdihijazi 2018-07-02 16:24:57 +02:00
parent 87c5d00e20
commit 03fd8ddce6

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