com-easystep2-datawedge-plugin-intent-capacitor
Version:
Capacitor plugin for Android Intents
14 lines (12 loc) • 449 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.easystep2.datawedge.plugin.intent">
<application>
<activity>
<intent-filter>
<action android:name="${applicationId}.ACTION" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
</application>
</manifest>