Skip to content

Commit

Permalink
Location: add back INSTALL_LOCATION_PROVIDER permission for older sys…
Browse files Browse the repository at this point in the history
…tems
  • Loading branch information
mar-v-in committed May 29, 2023
1 parent ee3c269 commit 93c1e0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions play-services-location/core/src/main/AndroidManifest.xml
Expand Up @@ -16,6 +16,8 @@

<uses-permission android:name="android.permission.LOCATION_HARDWARE"
tools:ignore="ProtectedPermissions"/>
<uses-permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
tools:ignore="ProtectedPermissions"/>
<uses-permission android:name="android.permission.NETWORK_SCAN"
tools:ignore="ProtectedPermissions"/>
<uses-permission android:name="android.permission.MODIFY_PHONE_STATE"
Expand Down

0 comments on commit 93c1e0f

Please sign in to comment.