Add cross-links between FINE and COARSE location permissions.

bug: 25371600

Change-Id: I7af21b063533085ce20c51d18f118c7752fd77f0
(cherry picked from commit b18745616f)
This commit is contained in:
Scott Main
2016-11-15 15:22:32 -08:00
parent dc69de5ac6
commit 3fef783359

View File

@@ -699,6 +699,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"
@@ -708,6 +709,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"