summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2011-07-29 14:20:48 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-29 14:20:48 -0700
commitd4dd5b80bd9712fa913547d3f9c3eb2827b6e182 (patch)
treebfb3c75e99a81e55b19bd92d8b9b153d45bb12f1
parentdf22b8219c4fc926e052d8c318ed274ebb0a7cd8 (diff)
parent6b5346aa65e9a131663e8eae91097316e856c492 (diff)
downloadDrmProvider-d4dd5b80bd9712fa913547d3f9c3eb2827b6e182.tar.gz
Merge "Don't back up the drm db etc"
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b84eaf4..5a98579 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,6 +16,7 @@
<uses-permission android:name="android.permission.RECEIVE_WAP_PUSH" />
<application android:process="android.process.media"
+ android:allowBackup="false"
android:label="@string/app_label">
<provider android:name=".DrmProvider" android:authorities="drm"