Created
November 4, 2019 20:43
-
-
Save awave1/77d162b33fe91e9ff9293c2823ce0692 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
<activity ...> | |
<intent-filter> | |
<action android:name="android.intent.action.MAIN"/> | |
<!-- | |
The line below specifies where to display the application. | |
In the regular application, the value would be "android.intent.category.MAIN" | |
--> | |
<category android:name="android.intent.category.INFO"/> | |
</intent-filter> | |
</activity> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment