aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-19 10:57:36 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-19 10:57:36 -0800
commitfed08a909ae3b6258ef20130f2d411aa99d6bfe9 (patch)
tree1eb409d4726de5a7f04e61f7b9a37a9d404bbb0a /AndroidManifest.xml
parent2d6410af060452cf2544f25627f392ac34e8947b (diff)
downloadContactsProvider-fed08a909ae3b6258ef20130f2d411aa99d6bfe9.tar.gz
auto import from //branches/cupcake/...@132276
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 795a5c88..0194108d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -12,7 +12,9 @@
<uses-permission android:name="android.permission.SUBSCRIBED_FEEDS_READ" />
<uses-permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE" />
- <application android:process="android.process.acore">
+ <application android:process="android.process.acore"
+ android:label="@string/app_label"
+ android:icon="@drawable/app_icon">
<provider android:name="ContactsProvider" android:authorities="contacts;call_log"
android:syncable="false" android:multiprocess="false"
android:readPermission="android.permission.READ_CONTACTS"