You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Zammy <gi...@git.apache.org> on 2012/08/08 10:24:49 UTC

incubator-cordova-android pull request: GeoBroker checks if location servic...

GitHub user Zammy opened a pull request:

    https://github.com/apache/incubator-cordova-android/pull/39

    GeoBroker checks if location service avialable for device first.

    https://issues.apache.org/jira/browse/CB-1210
    
    This is fixing crash on Kindle Fire and probablly on any other device that has no GPS or Network location.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Zammy/incubator-cordova-android kindle_fix_geolocation

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-android/pull/39.patch

----
commit 7def6dd7803b8b6be61a050757e855ece2f356fe
Author: Evgeni Petrov <ev...@gmail.com>
Date:   2012-08-08T01:23:08-07:00

    GeoBroker checks if location service avialable for device first.

----