Created
August 22, 2013 12:56
-
-
Save shriduttkothari/6306785 to your computer and use it in GitHub Desktop.
Activity with intent filter SYSTEM_UPDATE_SETTINGS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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