diff options
| author | 2016-11-16 04:07:23 +0000 | |
|---|---|---|
| committer | 2016-11-16 04:07:27 +0000 | |
| commit | 7f26765d3783414ee9b4fc9d80b00a566468fab7 (patch) | |
| tree | 80a47e6dcfc55fcd418180b7fff5f7ebeb5c2733 | |
| parent | 325fd657b914c5d6af25a46c21c9768178ced5ee (diff) | |
| parent | b18745616f9dd6b79202168b648edcef382ea967 (diff) | |
Merge "Add cross-links between FINE and COARSE location permissions. bug: 25371600"
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 765a326a7f25..fbad143f5503 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -721,6 +721,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" @@ -730,6 +731,7 @@ android:protectionLevel="dangerous|ephemeral" /> <!-- 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" |