aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2009-04-27 09:54:47 -0700
committerJeff Hamilton <jham@android.com>2009-04-27 09:54:47 -0700
commita36c566037b4bb05f035d0c2cfd8b51386d7a8a6 (patch)
treef9d07784b7e29b1eb770d15b8ccee0ef16d22c5a /AndroidManifest.xml
parent4f864360c24bd26c111bf38a035e8e2d2609e84a (diff)
downloadContactsProvider-a36c566037b4bb05f035d0c2cfd8b51386d7a8a6.tar.gz
Add some basic editing support, and caller ID lookup.
This adds the ability to insert contacts and data rows. Data rows get some light processing to keep the phone_lookup table up to date. The phone_lookup table was added to do fast caller ID lookups.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 86f73d6f..4b0230e5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,13 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.providers.contacts2"
- android:sharedUserId="android.uid.shared"
>
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
<application
- android:process="android.process.acore"
android:label="ContactsProvider2"
>
<provider android:name="ContactsProvider2"