Skip to content

Commit

Permalink
Added permission for bluetooth headsets
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Mar 29, 2016
1 parent c0d6e07 commit f7d9927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
package="cz.martykan.webtube" android:installLocation="auto">

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

<application
android:allowBackup="true"
Expand Down

0 comments on commit f7d9927

Please sign in to comment.