From fd13c714f412dfa8130fa7a664cb1692a565c539 Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Fri, 27 Sep 2013 15:45:19 -0400 Subject: backup widget assets. Bug: 10778984 Change-Id: I842a88c517401fa4eb3798fd03e0fbc3634e3144 --- protos/backup.proto | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'protos') diff --git a/protos/backup.proto b/protos/backup.proto index f43f338e5..7ba293702 100644 --- a/protos/backup.proto +++ b/protos/backup.proto @@ -24,6 +24,7 @@ message Key { FAVORITE = 1; SCREEN = 2; ICON = 3; + WIDGET = 4; } required Type type = 1; optional string name = 2; // keep this short @@ -71,6 +72,14 @@ message Screen { } message Resource { - required int32 dpi = 2; - required bytes data = 3; + required int32 dpi = 1; + required bytes data = 2; + } + +message Widget { + required string provider = 1; + optional string label = 2; + optional bool configure = 3; + optional Resource icon = 4; + optional Resource preview = 5; } -- cgit v1.2.3