commit | 0749dcd19301fe4093f9cf8677c722d17bceabfb | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@android.com> | Thu Aug 13 15:13:03 2009 -0700 |
committer | Christopher Tate <ctate@android.com> | Thu Aug 13 15:15:55 2009 -0700 |
tree | 47d8c3c6a33915475b99ce1d233d398365a38f72 | |
parent | 763101efcdcf306142af891f98eaaa971e6edaf0 [diff] |
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.