Create shortcut to file

padvou

Active Member
Licensed User
Longtime User
Last edited:
Upvote 0

padvou

Active Member
Licensed User
Longtime User
There is no such thing as a file shortcut in Android. You can create a shortcut to your application that will do whatever you need with the file.

Could you please guide me as to how this:
B4X:
Action: android.intent.action.VIEW
Data: content://com.android.htmlfileprovider/sdcard/name_of_pdf.pdf
Type: PDF/*
could be written in b4A?
 
Upvote 0
Top