Created
February 16, 2020 13:37
-
-
Save JacquesSmuts/fcd8ba8abc4df58909c7c624d53d9127 to your computer and use it in GitHub Desktop.
android manifest short
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
<application | |
.. | |
android:icon="@drawable/ic_launcher_overlaid" | |
..> | |
<activity | |
..> | |
</activity> | |
</application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment