aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-01-16 20:17:18 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-01-16 20:17:18 +0900
commit16025407647022db0f1f20bb108d774944d1a978 (patch)
treefbd3d504c36fbaf964d2cf6690a77ac9598dd16c
parent4910c9621c3bbf2a80afdd14dafedcad5157f520 (diff)
downloadlatinime-16025407647022db0f1f20bb108d774944d1a978.tar.gz
latinime-16025407647022db0f1f20bb108d774944d1a978.tar.xz
latinime-16025407647022db0f1f20bb108d774944d1a978.zip
Remove redundant permission tag
Change-Id: I717e2fc9dca13096d76c159f8c3bebff065c6ca1
-rw-r--r--tests/AndroidManifest.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 210e81489..38a2ecfeb 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -22,8 +22,6 @@
<application>
<uses-library android:name="android.test.runner" />
<!-- meta-data android:name="com.android.contacts.iconset" android:resource="@xml/iconset" /-->
- <uses-permission android:name="android.permission.READ_CONTACTS" />
-
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"