UNPKG

com-easystep2-datawedge-plugin-intent-capacitor

Version:
14 lines (12 loc) 449 B
<?xml version="1.0" encoding="utf-8"?> <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>