OSDN Git Service

Add cross-links between FINE and COARSE location permissions. bug: 25371600 am: 3fef7...
[android-x86/frameworks-base.git] / core / res / AndroidManifest.xml
index 430c6b6..87b0c7b 100644 (file)
         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"
         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"