@adobe/react-native-aepcore
Version:
Adobe Experience Platform support for React Native apps.
14 lines (11 loc) • 451 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.adobe.marketing.mobile.reactnative">
<application>
<activity
android:name="com.adobe.marketing.mobile.FullscreenMessageActivity"
android:exported="false" />
<receiver
android:name="com.adobe.marketing.mobile.LocalNotificationHandler"
android:exported="false" />
</application>
</manifest>