Created
February 10, 2016 15:25
-
-
Save robUx4/268b9133a5bc5436437c to your computer and use it in GitHub Desktop.
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
<intent-filter> | |
<action android:name="android.intent.action.PACKAGE_CHANGED" /> | |
<data | |
android:host="com.levelup.touiteur" | |
android:scheme="package" /> | |
</intent-filter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment