Last active
June 10, 2020 06:10
-
-
Save husaynhakeem/daf4d633b66f06465ad3e5b18bbcd739 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
| <manifest> | |
| <application> | |
| <provider | |
| android:name="androidx.startup.InitializationProvider" | |
| android:authorities="${applicationId}.androidx-startup" | |
| android:exported="false" | |
| tools:node="merge"> | |
| <!-- Automatically run MyInitializer at app startup --> | |
| <meta-data | |
| android:name="com.example.MyInitializer" | |
| android:value="androidx.startup" /> | |
| </provider> | |
| </application> | |
| </manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment