Skip to content

Instantly share code, notes, and snippets.

@allanalves
Last active May 28, 2017 00:57
Show Gist options
  • Save allanalves/39969441d3e6a55e4ead5225fcace8cd to your computer and use it in GitHub Desktop.
Save allanalves/39969441d3e6a55e4ead5225fcace8cd to your computer and use it in GitHub Desktop.
<activity android:name="SettingsActivity" ... >
<intent-filter>
<action android:name="android.intent.action.MANAGE_NETWORK_USAGE" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment