Skip to content

Instantly share code, notes, and snippets.

@maxirosson
Last active September 17, 2021 13:27
Show Gist options
  • Save maxirosson/fb9d0b955560cfeb08c2efcfce160fc9 to your computer and use it in GitHub Desktop.
Save maxirosson/fb9d0b955560cfeb08c2efcfce160fc9 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.dipien">
<application>
<!-- StartupTimeProvider is already initializing Firebase.
https://firebase.googleblog.com/2017/03/take-control-of-your-firebase-init-on.html -->
<provider
android:name="com.google.firebase.provider.FirebaseInitProvider"
android:authorities="${applicationId}.firebaseinitprovider"
tools:node="remove"/>
<provider
android:authorities="${applicationId}.startup-time-provider"
android:exported="false"
android:initOrder="2147483647"
android:name="com.dipien.startup.StartupTimeProvider"/>
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment