I tried the scan_to_pdf intent via:
intent:#Intent;action=org.fairscan.app.action.SCAN_TO_PDF;end
android-app:org.fairscan.app#Intent;action=org.fairscan.app.action.SCAN_TO_PDF;end
sadly they both don't work in the browser due to. CATEGORY_BROWSABLE and CATEGORY_ DEFAULT having to be set:
I'm not quite sure if this could be a security issue if enabled but I don't think so.
I tried the scan_to_pdf intent via:
intent:#Intent;action=org.fairscan.app.action.SCAN_TO_PDF;endandroid-app:org.fairscan.app#Intent;action=org.fairscan.app.action.SCAN_TO_PDF;endsadly they both don't work in the browser due to. CATEGORY_BROWSABLE and CATEGORY_ DEFAULT having to be set:
I'm not quite sure if this could be a security issue if enabled but I don't think so.