Merge "Fix a bug introduced in change 73712"

This commit is contained in:
Narayan Kamath
2014-01-08 12:47:31 +00:00
committed by Gerrit Code Review

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)