I have the following requirement:
i> User opens a web page in mobile browser of device.
ii> The web page contains a Download button (for file download)
iii> User clicks on the Menu button of the device . Options like Back , Add bookmark , More , etc. On click of More provides the option like Home , Page info , Share page , etc.
iv>On click of Share page , list of applications are displayed . e.g: Bluetooth , Gmail , Mail
First of all , I want my Android application to be displayed on the list of applications.
Next , when the user clicks on the my Android application , I need to take the user to a specific screen from where the user can Upload the files to a different file server location which are currently available on the webpage for download.
i> How can I add my Android application to the list of options ?
ii> How to navigate the user to a specific screen of the application ?
iii> How to get the file download link so that the file is first downloaded to a temp folder on the SDCard ?
Kindly provide your inputs.