summaryrefslogtreecommitdiffstats
path: root/protos
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-04-21 14:30:18 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-05-11 15:21:42 -0700
commiteb4b79935e9f75dda72e4953f45e616e252d7b03 (patch)
tree5d99db4651efdbf698cda8a59016b8db5335ac9e /protos
parent4dcd8ffecc5bbdc5c7496cea4eb6808f4026bf9e (diff)
downloadandroid_packages_apps_Trebuchet-eb4b79935e9f75dda72e4953f45e616e252d7b03.tar.gz
android_packages_apps_Trebuchet-eb4b79935e9f75dda72e4953f45e616e252d7b03.tar.bz2
android_packages_apps_Trebuchet-eb4b79935e9f75dda72e4953f45e616e252d7b03.zip
Removing icon_type column
Icon type is not used consistently. It is used initially during the loader. Afterwards, we save both the icon and resource to the db. Instead of changing the logic to always read the shortcut-resource first, and fallback to the bitmap if the resource is not available, always write the bitmap to DB whenever the shortcut is edited. Change-Id: I0ea5e88f8904bd3250ca669220b3e5d6aeef1bfd
Diffstat (limited to 'protos')
-rw-r--r--protos/backup.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos/backup.proto b/protos/backup.proto
index c3f27e16b..62f935c43 100644
--- a/protos/backup.proto
+++ b/protos/backup.proto
@@ -97,7 +97,7 @@ message Favorite {
optional string appWidgetProvider = 12;
optional string intent = 13;
optional string uri = 14;
- optional int32 iconType = 15;
+ optional int32 iconType = 15 [deprecated = true];
optional string iconPackage = 16;
optional string iconResource = 17;
optional bytes icon = 18;