react-native-notificare-geo
Version:
Notificare Geo React Native module.
20 lines (15 loc) • 631 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="re.notifica.geo.react_native">
<application>
<provider
android:authorities="${applicationId}.NotificareGeoModuleProvider"
android:name="re.notifica.geo.react_native.NotificareGeoModuleProvider"
android:exported="false" />
<receiver
android:name="re.notifica.geo.react_native.NotificareGeoModuleIntentReceiver"
android:exported="false" />
<service
android:name="re.notifica.geo.react_native.NotificareGeoModuleHeadlessService"
android:exported="false" />
</application>
</manifest>