[Android] Disable backup for now, it would copy ML database
Geoffrey Métais
git at videolan.org
Wed Dec 6 15:13:14 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Dec 6 15:12:15 2017 +0100| [fadfc72c386e22a7aa525cfe7c8155ebf73f0eb6] | committer: Geoffrey Métais
Disable backup for now, it would copy ML database
> https://code.videolan.org/videolan/vlc-android/commit/fadfc72c386e22a7aa525cfe7c8155ebf73f0eb6
---
vlc-android/AndroidManifest.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 69b01e247..39af27937 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -49,7 +49,7 @@
<application
android:name="org.videolan.vlc.VLCApplication"
android:hardwareAccelerated="true"
- android:allowBackup="true"
+ android:allowBackup="false"
android:largeHeap="true"
android:icon="@drawable/icon"
android:roundIcon="@drawable/roundicon"
More information about the Android
mailing list