Thank you for offereing an intent to let other apps scan a pdf.
If you implement your intent with
- android.intent.action.PICK
- android.intent.action.GET_CONTENT
together with mime that coresponds to pdf
then the standard android file open dialog in Hamburger-Menu will offer fairscan as source of a pdf "file".
In https://github.com/k3b/LosslessJpgCrop/blob/8fb4ad2b5ffc7cf2d8c060c40b0aac2c585a76fa/app/src/main/AndroidManifest.xml#L70 i implemented open the cropping of an existing "jpg"-file via my app LLCrop @ f-droid.org.
Thank you for offereing an intent to let other apps scan a pdf.
If you implement your intent with
together with mime that coresponds to pdf
then the standard android file open dialog in Hamburger-Menu will offer fairscan as source of a pdf "file".
In https://github.com/k3b/LosslessJpgCrop/blob/8fb4ad2b5ffc7cf2d8c060c40b0aac2c585a76fa/app/src/main/AndroidManifest.xml#L70 i implemented open the cropping of an existing "jpg"-file via my app LLCrop @ f-droid.org.