[FEATURE REQUEST] One-time scan via the GET_CONTENT
intent
#390
Labels
enhancement
New feature or request
GET_CONTENT
intent
#390
Is your feature request related to a problem? Please describe.
Often I just need to upload a document. Right now the process is to open the (very nice) document scanner app, scanning and exporting the document to a directory, then switching back to the upload app, choosing the exported file and lastly deleting both the exported and the in-app document. This could theoretically be simplified.
Describe the solution you'd like
When in the default file chooser, some external apps are listed in the navigation drawer to let the file be choosen from. I think for that to happen, an app needs to register for the
android.intent.action.GET_CONTENT
intent. Then I could just click on the app in this list instead of extra opening from the homescreen. After scanning and editing there should be a confirm button to return the document to the uploader application. For that the document might be stored in the cache and be deleted after a day or so.Describe alternatives you've considered
I'm not exactly sure, when it is broadcasted, but the
android.intent.action.PICK
intent could be registered for as well.Additional context
Another open source scanning app has this feature, although the document is kept in storage after it is picked:
The text was updated successfully, but these errors were encountered: