react-native-genesys-chat
Version:
RN wrapper of genesys cloud SDK
15 lines (13 loc) • 479 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.genesyschat">
<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>