Created
October 27, 2020 07:34
-
-
Save gsrathoreniks/0503434f46fa8e7eac5b36a12f3ad299 to your computer and use it in GitHub Desktop.
Put Application Class in Android Manifest
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:name=".MyApplication" | |
android:icon="@drawable/icon" | |
android:label="@string/app_name" | |
...> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment