chore: Remove queries entry. (#545)

This commit is contained in:
Chris Arriola 2021-05-13 17:18:13 -07:00 committed by GitHub
parent be7059fec7
commit e1253fe7ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 22 deletions

View File

@ -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

View File

@ -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.