mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-11 00:40:16 +00:00
[Android] Explicitly specify the allowBackup attribute in the manifest.
It's considered good practice to specify it, so why not? Basically it allows the application to be backed up or restored via ADB.
This commit is contained in:
parent
cb9ff3d9f8
commit
c3c1afcc09
@ -19,7 +19,8 @@
|
||||
|
||||
<application
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name" >
|
||||
android:label="@string/app_name"
|
||||
android:allowBackup="true">
|
||||
<activity
|
||||
android:name="org.dolphinemu.dolphinemu.DolphinEmulator"
|
||||
android:configChanges="locale|keyboard|keyboardHidden|navigation|fontScale|uiMode"
|
||||
|
Loading…
x
Reference in New Issue
Block a user