Add cross-links between FINE and COARSE location permissions. bug: 25371600
am: 3fef783359
Change-Id: I7a7e25c37fcd7863f51ea116f624d0bdc2d0c5c6
This commit is contained in:
@@ -699,6 +699,7 @@
|
|||||||
android:priority="400" />
|
android:priority="400" />
|
||||||
|
|
||||||
<!-- Allows an app to access precise location.
|
<!-- Allows an app to access precise location.
|
||||||
|
Alternatively, you might want {@link #ACCESS_COARSE_LOCATION}.
|
||||||
<p>Protection level: dangerous
|
<p>Protection level: dangerous
|
||||||
-->
|
-->
|
||||||
<permission android:name="android.permission.ACCESS_FINE_LOCATION"
|
<permission android:name="android.permission.ACCESS_FINE_LOCATION"
|
||||||
@@ -708,6 +709,7 @@
|
|||||||
android:protectionLevel="dangerous" />
|
android:protectionLevel="dangerous" />
|
||||||
|
|
||||||
<!-- Allows an app to access approximate location.
|
<!-- Allows an app to access approximate location.
|
||||||
|
Alternatively, you might want {@link #ACCESS_FINE_LOCATION}.
|
||||||
<p>Protection level: dangerous
|
<p>Protection level: dangerous
|
||||||
-->
|
-->
|
||||||
<permission android:name="android.permission.ACCESS_COARSE_LOCATION"
|
<permission android:name="android.permission.ACCESS_COARSE_LOCATION"
|
||||||
|
|||||||
Reference in New Issue
Block a user