am 136c0219: am c156021d: am 8a927cfa: Merge "Fix a bug introduced in change 73712"

* commit '136c02191790aa937c490341df49e966735f6857':
  Fix a bug introduced in change 73712
This commit is contained in:
Narayan Kamath
2014-01-08 13:04:15 +00:00
committed by Android Git Automerger

View File

@@ -417,7 +417,7 @@ static jboolean android_location_GpsLocationProvider_init(JNIEnv* env, jobject o
if (sGpsGeofencingInterface)
sGpsGeofencingInterface->init(&sGpsGeofenceCallbacks);
return JNI_FALSE;
return JNI_TRUE;
}
static void android_location_GpsLocationProvider_cleanup(JNIEnv* env, jobject obj)