Add cross-links between FINE and COARSE location permissions. bug: 25371600 am: 3fef783359 am: c8b11fb7cb am: 192a8c4973 am: 97be8864e5 am: ec9f41356c
am: e42d88323a
Change-Id: Ic5587ed1d9d4932133a2017c1cf9fc4a5373a2ff
This commit is contained in:
@@ -710,6 +710,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"
|
||||||
@@ -719,6 +720,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