Skip to content

Instantly share code, notes, and snippets.

@pfulop
Created February 11, 2017 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfulop/12d0498ca78e403042e0c139f76b26a2 to your computer and use it in GitHub Desktop.
Save pfulop/12d0498ca78e403042e0c139f76b26a2 to your computer and use it in GitHub Desktop.
<receiver android:name=".NetworkChangeReceiver" >
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment