air - Android Intent filter to receive URL shared from Chrome -
updated...
i trying app show when click 'share' in chrome have not been successful. here have , app shows in list of apps crashes when select app. since adobe air app, feel has activity name. have tried app name, package name "air.appname" keeps crashing.
<activity android:name="startactivity"> <intent-filter> <action android:name="android.intent.action.send" /> <category android:name="android.intent.category.default" /> <data android:mimetype="text/plain" /> </intent-filter> </activity>
Comments
Post a Comment