MobileChromeApps / mobile-chrome-apps

Chrome apps on Android and iOS
BSD 3-Clause "New" or "Revised" License
2.5k stars 348 forks source link

Access to Android's download manager from packaged app #600

Open belaviyo opened 8 years ago

belaviyo commented 8 years ago

Hi,

I would like to download a file using "org.apache.cordova.plugins.Downloader". I was wondering if it is possible in cca app.

cordova.exec(win, fail, "Downloader", "downloadFile", ...);