Skip to content

Instantly share code, notes, and snippets.

@shriduttkothari
Created August 22, 2013 12:56
Show Gist options
  • Save shriduttkothari/6306785 to your computer and use it in GitHub Desktop.
Save shriduttkothari/6306785 to your computer and use it in GitHub Desktop.
Activity with intent filter SYSTEM_UPDATE_SETTINGS
<activity
android:name=".FOTAUpdaterActivity"
android:label="System Updates">
<intent-filter>
<action android:name="android.settings.SYSTEM_UPDATE_SETTINGS" />
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment