Android Runtime GPS Location - Blackberry Device - not working
问题 My app has been ported from Android to blackberry and it works fine... the only thing not working is the GPS location which works on the android.... the app displays a message to the using that we are trying to find the location and if no location is found we tell the user that we could not retrieve a location.. here is the code private void gpsLocation() { //Get the location manager locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); //Provide Criteria Criteria