Skip to content

Commit

Permalink
Merge pull request #527 from AltBeacon/change-manifest-location-permi…
Browse files Browse the repository at this point in the history
…ssion

Fix Google Play manifest validation errors
  • Loading branch information
davidgyoung authored Jun 23, 2017
2 parents c07e851 + 3fdfdfa commit c9e3c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Enhancements:

Bug Fixes:

- Fix Google Play submission errors by no longer using uses-permission-sdk-23 in
Manifest (#527, David G. Young)
- Fix failure to restart scanning in some cases after bluetooth has been off but then is turned
back on. (#519, David G. Young)
- Fix failure to stop scanning when unbinding from service or when the between scan period
Expand Down
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<uses-permission android:name="android.permission.BLUETOOTH" android:required="false"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:required="false"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission-sdk-23 android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>

<application>
<receiver android:name="org.altbeacon.beacon.startup.StartupBroadcastReceiver">
Expand Down

0 comments on commit c9e3c5e

Please sign in to comment.