diff options
| author | Yorke Lee <yorkelee@google.com> | 2014-03-18 13:07:00 -0700 |
|---|---|---|
| committer | Yorke Lee <yorkelee@google.com> | 2014-03-18 13:22:33 -0700 |
| commit | bb67024ef64a7853f5ec320652d80f0cdf7b660f (patch) | |
| tree | e78c20d583a8da8bd063a07ea3ec273f6c327147 /AndroidManifest.xml | |
| parent | 41c1628fa3b213af51e362c2e5ddaee7dec819ee (diff) | |
| download | packages_apps_ContactsCommon-bb67024ef64a7853f5ec320652d80f0cdf7b660f.tar.gz packages_apps_ContactsCommon-bb67024ef64a7853f5ec320652d80f0cdf7b660f.tar.bz2 packages_apps_ContactsCommon-bb67024ef64a7853f5ec320652d80f0cdf7b660f.zip | |
Fix ContactsCommon tests
Remove stale testSetMask_LengthMismatch test
Update SpannedTestUtils to check for StyleSpan instead of ForegroundColorSpan
Add READ_CONTACTS permission
Bug: 13516535
Change-Id: Ibe10ca6cde42277697dc185e4cab35238d190023
Diffstat (limited to 'AndroidManifest.xml')
| -rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7ab7a751..e9818913 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,5 +17,9 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.contacts.common"> + + <uses-permission android:name="android.permission.READ_CONTACTS" /> + <uses-permission android:name="android.permission.WRITE_CONTACTS" /> + <application/> </manifest> |
