Skip to content

Commit

Permalink
Merge pull request #82 from NeoLSN/develop
Browse files Browse the repository at this point in the history
Let action be under a intent filter tag
  • Loading branch information
hypery2k committed Jan 2, 2018
2 parents e7d9022 + b7544e4 commit 98e8986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
<uses-permission android:name="android.permission.INTERNET"/>
</config-file>
<config-file target="AndroidManifest.xml" parent="application/activity">
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
</intent-filter>
</config-file>
<uses-permission android:name="android.permission.WRITE_SETTINGS"/>
<source-file src="src/android/de/martinreinhardt/cordova/plugins/hotspot/HotSpotPlugin.java" target-dir="src/de/martinreinhardt/cordova/plugins/hotspot"/>
Expand Down

0 comments on commit 98e8986

Please sign in to comment.