From 73dbe27ad399fd4ed485f54375d14639486c0586 Mon Sep 17 00:00:00 2001 From: Evan Millar Date: Tue, 30 Jun 2009 11:21:29 -0700 Subject: [PATCH] Adds new attributes for specifying icons to be used in the Contacts app. Adds the and tags and their associated attributes. These tags should be used in meta-data associated with a sync adapter that supplies contact data to the contacts provider. The tag specifies an icon that is associated with a specific mimetype for that package, and the tag specifies a default icon associated with the sync adapter package. --- core/res/res/values/attrs.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 30fee0c87f603..5b73607c6d5df 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -3335,5 +3335,18 @@ + + + + + + + + + + + + +