posm / OpenMapKitAndroid

http://openmapkit.org
BSD 3-Clause "New" or "Revised" License
128 stars 38 forks source link

Some Phones Don't Allow Online OSM Downloads #63

Open hallahan opened 9 years ago

hallahan commented 9 years ago

On a lot of phones out here in Bangladesh, like:

My thought is that some Android systems do not adhere to my default naming scheme for downloads. This needs to be fixed and also considered in the Control Panel Implementation #51

Screenshots from a Symphony:

screenshot_2015-05-13-16-43-37

screenshot_2015-05-13-16-44-17

hallahan commented 9 years ago

I attempted

request.setTitle(title);
request.setDescription(desc);

on the Walton Primo GH2. Did not work. I'm wondering if DownloadManager does not work on older Android versions...