From 22e130d40148c28cd4b9ab0c25f1d846da76bce7 Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Mon, 23 Sep 2013 18:25:57 -0400 Subject: 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 --- protos/backup.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protos/backup.proto') 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 -- cgit v1.2.3