I'm wondering if it's possible to associate a file type/extension to an Outsystems Mobile app
In android it can be done by using intent-filter
e.g.
<intent-filter > <action android:name="android.intent.action.VIEW" /> <android:name="android.intent.category.DEFAULT" /> <android:mimeType="application/pdf" /> </intent-filter>
Is there an equivalent way of doing this in Outsystems Mobile app?