Merge "Don't auto backup for MusicFX app"
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0a12bd0..f2b6482 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -28,7 +28,8 @@
     <application
         android:icon="@drawable/icon"
         android:label="@string/app_name"
-        android:theme="@android:style/Theme.NoTitleBar">
+        android:theme="@android:style/Theme.NoTitleBar"
+        android:allowBackup="false">
         <activity
             android:name=".ActivityMusic"
             android:theme="@android:style/Theme.Material.Light"