From 0749dcd19301fe4093f9cf8677c722d17bceabfb Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Thu, 13 Aug 2009 15:13:03 -0700 Subject: Backup participants must now hold the BACKUP_DATA permission Packages that do not use android.permission.BACKUP_DATA will neither be backed up nor restored. That permission is currently signature-only. In the future if access to the backup/restore infrastructure is made available to arbitrary 3rd party applications, the permission checks (and indeed, the permission itself) can simply be removed. --- tests/backup/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/backup') diff --git a/tests/backup/AndroidManifest.xml b/tests/backup/AndroidManifest.xml index 3778742..d992627 100644 --- a/tests/backup/AndroidManifest.xml +++ b/tests/backup/AndroidManifest.xml @@ -1,5 +1,6 @@ + -- cgit v1.1