I have tried converting my functional android app that uses GPS over to the Playbook and it compiles, loads, and runs on the device, but hangs trying to access the GPS. I have figured out that there should be a user prompt displayed asking for permission to access the GPS location, but it never appears. I am using the android permission "android.permission.ACCESS_FINE_LOCATION" and have tried coarse also, but I cannot get that user prompt to show up. Also, the app is not listed in settings >> security >> application permissions.
GPS does work on the device with other apps and I am NOT using Google Maps API's
Has anyone successfully done this with GPS, and if so, what permissions or work-arounds did you have to use. Thanks