Skip to content

Commit

Permalink
android-communications declared unneeded permissions
Browse files Browse the repository at this point in the history
- removed INTERNET permission, let the implementing application decide whether INTERNET permission is needed
- removed ACCESS_COARSE_LOCATION permission, ACCESS_FINE_LOCATION overwrites the coarse location permission
  • Loading branch information
JOikarinen committed Dec 7, 2020
1 parent 72c7b7d commit c1f0e2d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
package="com.androidcommunications.polar">

<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

</manifest>

0 comments on commit c1f0e2d

Please sign in to comment.