Skip to content

Commit

Permalink
Request ACCESS_COARSE_LOCATION so that the SSID is visible
Browse files Browse the repository at this point in the history
  • Loading branch information
nomis committed Jan 27, 2019
1 parent 4a45833 commit 518ef7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MPDroid/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<!-- Wake Lock for Streaming -->
<uses-permission android:name="android.permission.WAKE_LOCK" />
<!-- Requied to get current WiFi network SSID -->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

<application
android:name="com.namelessdev.mpdroid.MPDApplication"
Expand Down

0 comments on commit 518ef7b

Please sign in to comment.