2021-09-18 23:37:52 +02:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
package="de.mm20.launcher2.crashreporter">
|
2022-03-07 16:18:33 +01:00
|
|
|
<application>
|
2021-09-18 23:37:52 +02:00
|
|
|
<provider
|
|
|
|
|
android:name="com.balsikandar.crashreporter.CrashReporterInitProvider"
|
|
|
|
|
android:authorities="${applicationId}.CrashReporterInitProvider"
|
|
|
|
|
android:enabled="true"
|
|
|
|
|
android:exported="false" />
|
|
|
|
|
</application>
|
|
|
|
|
</manifest>
|