11 lines
449 B
XML
11 lines
449 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
|
<application>
|
|
<provider
|
|
android:name="com.balsikandar.crashreporter.CrashReporterInitProvider"
|
|
android:authorities="${applicationId}.CrashReporterInitProvider"
|
|
android:enabled="true"
|
|
android:exported="false" />
|
|
</application>
|
|
</manifest> |