Fix a bug introduced in change 73712
"return (bool) true" was incorrectly changed to "return (jboolean) JNI_FALSE" Change-Id: I45f62f60c5affbae7970bb8889c55981e26d01ba
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user