Skip to content

Commit

Permalink
fix: Remove uses-permission declarations in places-ktx library.
Browse files Browse the repository at this point in the history
Change-Id: If6be867ef66fa20eae38037e85b2ac57529870f8
  • Loading branch information
arriolac committed Jul 14, 2020
1 parent 0dfed99 commit 5ccd2cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions places-ktx/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.libraries.places.ktx">

/
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
</manifest>

0 comments on commit 5ccd2cb

Please sign in to comment.