Skip to content

Commit

Permalink
fix(API-23): Corrected permission usage
Browse files Browse the repository at this point in the history
see #55 and #56
  • Loading branch information
hypery2k committed Feb 24, 2017
1 parent 6e68fe5 commit d69a4b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ SOFTWARE.
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_SETTINGS"/>
</config-file>
<config-file target="AndroidManifest.xml" parent="application/activity">
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
Expand Down

0 comments on commit d69a4b5

Please sign in to comment.