Skip to content

Commit

Permalink
Add required permissions to the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksii-frolov committed Sep 9, 2015
1 parent 832bd13 commit 2d20245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
android:minSdkVersion="10"
android:targetSdkVersion="22" />

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"/>
<application />
</manifest>

0 comments on commit 2d20245

Please sign in to comment.