UNPKG

react-native-genesys-chat

Version:
13 lines (12 loc) 450 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <application> <activity android:name=".GenesysChatActivity" android:exported="true"> <intent-filter> <action android:name="com.intent.action.Messenger_CHAT" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity> </application> </manifest>