jroal / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
http://jimroal.com/slist.htm
95 stars 33 forks source link

Device specific "Location" button does not open location file on Droid 3 #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Device (phone) brand: Motorola
Device (phone) model: Droid 3
Android OS version: 2.3.4
2.0.8 app

The link is not correct for these devices.  The Droid 3 has an internal SD 
card, and an external SD card. I tried both internal storage and SD card 
storage.  The link is created, as is the file.  However, the link does not open 
the file for some reason.

The widget and the location button on the main screen work fine.

Original issue reported on code.google.com by JimR...@gmail.com on 14 Jul 2011 at 2:56

GoogleCodeExporter commented 9 years ago
Fixed in 2.0.9.  Tested on Droid 3 and original Droid.  Works fine now.  
context:// html file provider stuff worked on the old devices but not the new 
ones.  Maybe a later Android version change.  Fixed URI by replacing the 
context://stuff with file:///.

Original comment by JimR...@gmail.com on 14 Jul 2011 at 3:16