summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2016-11-18 15:30:06 +0000
committer android-build-merger <android-build-merger@google.com> 2016-11-18 15:30:06 +0000
commit97be8864e5b2029e96da47db5893aaafbeb5f0cd (patch)
treec133cbed9ded61073d90e45c1fc5327b1a408f13
parentc8fa5ed8f2d492aa5e005fcdb5991c3f980de045 (diff)
parent192a8c4973a94b89522cc57e0334d0c96e8df7e9 (diff)
Add cross-links between FINE and COARSE location permissions. bug: 25371600 am: 3fef783359 am: c8b11fb7cb
am: 192a8c4973 Change-Id: Ib54b2bafcf87a4f27e6a541a4cde0b01c41780b0
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 430c6b6459a3..87b0c7beac76 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -704,6 +704,7 @@
android:priority="400" />
<!-- Allows an app to access precise location.
+ Alternatively, you might want {@link #ACCESS_COARSE_LOCATION}.
<p>Protection level: dangerous
-->
<permission android:name="android.permission.ACCESS_FINE_LOCATION"
@@ -713,6 +714,7 @@
android:protectionLevel="dangerous" />
<!-- Allows an app to access approximate location.
+ Alternatively, you might want {@link #ACCESS_FINE_LOCATION}.
<p>Protection level: dangerous
-->
<permission android:name="android.permission.ACCESS_COARSE_LOCATION"