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

* commit 'c156021debb8e13324e451cb288da7edd7e112ca':
  Fix a bug introduced in change 73712
This commit is contained in:
Narayan Kamath
2014-01-08 05:00:33 -08: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)