summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2009-09-19 10:48:19 +0100
committerBjorn Bringert <bringert@android.com>2009-09-19 10:51:20 +0100
commit2645c0e7eecf30f323a3c8290458475cbefd7f84 (patch)
treeb245452b6e1134d2067264d073d8c7e43d04e10e
parentf92b9bf8e8bca4df077680b9c106003d16954bc4 (diff)
downloadGoogleSearch-2645c0e7eecf30f323a3c8290458475cbefd7f84.tar.gz
Add coarse location permission to GoogleSearch
FOR DONUT! Without this, partner builds that run GoogleSearch in a process that does not have android.permission.ACCESS_COARSE_LOCATION will crash when trying to use Google search from the search dialog or the browser address bar. Fixes http://b/issue?id=2132064 Change-Id: I5782978f71f38b76f3439246cb254175b33c7530
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bffa88b..d5d8281 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,6 +23,7 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
+ <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<application
android:process="android.process.acore"