Skip to content

Instantly share code, notes, and snippets.

@gsrathoreniks
Created October 27, 2020 07:34
Show Gist options
  • Save gsrathoreniks/0503434f46fa8e7eac5b36a12f3ad299 to your computer and use it in GitHub Desktop.
Save gsrathoreniks/0503434f46fa8e7eac5b36a12f3ad299 to your computer and use it in GitHub Desktop.
Put Application Class in Android Manifest
<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