Created
November 13, 2011 20:45
-
-
Save mandric/1362662 to your computer and use it in GitHub Desktop.
This file contains 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
<receiver android:name="StartupReceiver"> | |
<intent-filter> | |
<action android:name="android.intent.action.PACKAGE_REPLACED"/> | |
<action android:name="android.intent.action.MY_PACKAGE_REPLACED"/> | |
<action android:name="android.intent.action.PACKAGE_ADDED"/> | |
<action android:name="android.intent.action.BOOT_COMPLETED"/> | |
<category android:name="android.intent.category.HOME"/> | |
</intent-filter> | |
</receiver> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment