Loading core/res/AndroidManifest.xml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -704,6 +704,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" Loading @@ -713,6 +714,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" Loading Loading
core/res/AndroidManifest.xml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -704,6 +704,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" Loading @@ -713,6 +714,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" Loading