react-native-genesys-chat
Version:
RN wrapper of genesys cloud SDK
13 lines (12 loc) • 450 B
text/xml
<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>