I'm trying to use the GeoLocation class and it seems to work fine when I run it in Chrome (I get some numbers anyways) but when I try my app with the Android Emulator or my Droid, I get nothing. Checking the console, I keep seeing this error get spit out.
E/geolocationService( 272): Caught security exception registering for location updates from system. This should only happen in DumpRenderTree.
I don't know if this is a permission problem, but if it is, how do you set Android permission with Sencha Touch?