summaryrefslogtreecommitdiffstats
path: root/protos/backup.proto
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-09-23 18:25:57 -0400
committerChris Wren <cwren@android.com>2013-10-02 08:02:57 -0400
commit22e130d40148c28cd4b9ab0c25f1d846da76bce7 (patch)
treeac7b30e9de49a0bfd994161842866a2c8bcf36c6 /protos/backup.proto
parent044db335abfebb4a3c3ebc82d40d157c73b7f8cb (diff)
downloadandroid_packages_apps_Trebuchet-22e130d40148c28cd4b9ab0c25f1d846da76bce7.tar.gz
android_packages_apps_Trebuchet-22e130d40148c28cd4b9ab0c25f1d846da76bce7.tar.bz2
android_packages_apps_Trebuchet-22e130d40148c28cd4b9ab0c25f1d846da76bce7.zip
backup launcher icons
Only allow a small number of icons to be backed up in any given pass. Also refactor common code out of favorite and screen backups. Bug: 10778984 Change-Id: I54bc769c1d1c1c9087ea4bc58f258bd15c167aea
Diffstat (limited to 'protos/backup.proto')
-rw-r--r--protos/backup.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos/backup.proto b/protos/backup.proto
index 3780bc583..f43f338e5 100644
--- a/protos/backup.proto
+++ b/protos/backup.proto
@@ -23,7 +23,7 @@ message Key {
enum Type {
FAVORITE = 1;
SCREEN = 2;
- IMAGE = 3;
+ ICON = 3;
}
required Type type = 1;
optional string name = 2; // keep this short