Skip to content

Commit

Permalink
Mark bluetooth device as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
thuryn committed Nov 18, 2019
1 parent 1b43e12 commit 1678731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.thosp.yourlocalweather">

<uses-feature android:name="android.hardware.bluetooth" android:required="false" />

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
Expand Down

0 comments on commit 1678731

Please sign in to comment.