mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
chore: Remove queries entry. (#545)
This commit is contained in:
parent
be7059fec7
commit
e1253fe7ff
@ -17,17 +17,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.mapdemo">
|
||||
|
||||
<!--
|
||||
Android 11 package visibility changes require that apps specify which
|
||||
set of other packages on the device that they can access. Since this
|
||||
sample uses Google Maps, specifying the Google Maps package name is
|
||||
required so that the buttons on the Map toolbar launch the Google Maps
|
||||
app.
|
||||
-->
|
||||
<queries>
|
||||
<package android:name="com.google.android.apps.maps" />
|
||||
</queries>
|
||||
|
||||
<!--
|
||||
The ACCESS_COARSE/FINE_LOCATION permissions are not required to use
|
||||
Google Maps Android API v2, but you must specify either coarse or fine
|
||||
|
||||
@ -16,17 +16,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.kotlindemos">
|
||||
|
||||
<!--
|
||||
Android 11 package visibility changes require that apps specify which
|
||||
set of other packages on the device that they can access. Since this
|
||||
sample uses Google Maps, specifying the Google Maps package name is
|
||||
required so that the buttons on the Map toolbar launch the Google Maps
|
||||
app.
|
||||
-->
|
||||
<queries>
|
||||
<package android:name="com.google.android.apps.maps" />
|
||||
</queries>
|
||||
|
||||
<!--
|
||||
This app requires location permissions for the layers demo.
|
||||
The user's current location is displayed using the 'My Location' layer.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user