UNPKG

@ua/react-native-airship

Version:
47 lines (37 loc) 1.76 kB
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.urbanairship.reactnative"> <application> <meta-data android:name="com.urbanairship.autopilot" android:value="com.urbanairship.reactnative.ReactAutopilot" /> <service android:name="com.urbanairship.reactnative.AirshipHeadlessEventService" android:exported="false" /> <activity android:name="com.urbanairship.android.framework.proxy.CustomMessageCenterActivity" android:label="@string/ua_message_center_title" android:theme="@style/Theme.AppCompat.DayNight" android:launchMode="singleTask" android:exported="false"> <intent-filter> <action android:name="com.urbanairship.VIEW_RICH_PUSH_INBOX" /> <data android:scheme="message" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> <intent-filter> <action android:name="com.urbanairship.VIEW_RICH_PUSH_INBOX" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> <activity android:name="com.urbanairship.android.framework.proxy.CustomMessageActivity" android:theme="@style/Theme.AppCompat.DayNight" android:exported="false"> <intent-filter> <action android:name="com.urbanairship.VIEW_RICH_PUSH_MESSAGE" /> <data android:scheme="message" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> </application> </manifest>