summaryrefslogtreecommitdiffstats
path: root/tests/backup
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2010-02-12 14:12:34 -0800
committerChristopher Tate <ctate@google.com>2010-02-12 15:49:30 -0800
commita87240c2270e83c3e865ffa1e56f79bfa74daffc (patch)
tree56185fa9fc74ee9a55e3a35e6f228459a0cff04d /tests/backup
parent7f66d6e63dc79709ea308440ec57906980046531 (diff)
downloadframeworks_base-a87240c2270e83c3e865ffa1e56f79bfa74daffc.zip
frameworks_base-a87240c2270e83c3e865ffa1e56f79bfa74daffc.tar.gz
frameworks_base-a87240c2270e83c3e865ffa1e56f79bfa74daffc.tar.bz2
Remove BACKUP_DATA permission and associated checks
Any package can now participate in backup/restore, without requiring any manifest-declared permission. *Control* of the backup manager is still guarded by the BACKUP permission, which is signatureOrSystem. Change-Id: I116fcfcd4cd255e3c976330da1c4dea7d4faae9d
Diffstat (limited to 'tests/backup')
-rw-r--r--tests/backup/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/backup/AndroidManifest.xml b/tests/backup/AndroidManifest.xml
index d992627..3778742 100644
--- a/tests/backup/AndroidManifest.xml
+++ b/tests/backup/AndroidManifest.xml
@@ -1,6 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.backuptest">
- <uses-permission android:name="android.permission.BACKUP_DATA" />
<application android:backupAgent="BackupTestAgent">
<activity android:name="BackupTestActivity" android:label="_BackupTest">
<intent-filter>