Greetings and thank you in advance for answering my question.
Is there a way from B4A code to give Android OS a filename, e.g., file1.csv, to start an app in the device that can handle this type of file? In the case of a csv file, if the device had Kingston Office, Documents to Go, or Quickoffice, any of these apps would be started and display a spreadsheet format.
I am familiar and have experimented with the phone.PackageManager (pm) and its features to "shell" to an external app. For example, I have started The Kingston Office as well as other apps by using its package name with pm.GetApplicationIntent. I do not know how to "pass" a filename as an extra to any of the apps referenced above.
I have looked in the B4A forum and have not found an answer.
Any and all help will be welcomed.
Is there a way from B4A code to give Android OS a filename, e.g., file1.csv, to start an app in the device that can handle this type of file? In the case of a csv file, if the device had Kingston Office, Documents to Go, or Quickoffice, any of these apps would be started and display a spreadsheet format.
I am familiar and have experimented with the phone.PackageManager (pm) and its features to "shell" to an external app. For example, I have started The Kingston Office as well as other apps by using its package name with pm.GetApplicationIntent. I do not know how to "pass" a filename as an extra to any of the apps referenced above.
I have looked in the B4A forum and have not found an answer.
Any and all help will be welcomed.