Changed jni prefix of AndroidHelper class

This commit is contained in:
Sylvain Berfini 2017-10-19 11:50:19 +02:00
parent 8a421e9c72
commit a44cbae88d

View file

@ -62,7 +62,7 @@ jmethodID AndroidPlatformHelpers::getMethodId(JNIEnv *env, jclass klass, const c
AndroidPlatformHelpers::AndroidPlatformHelpers(LinphoneCore *lc, void *system_context) : PlatformHelpers(lc) {
JNIEnv *env=ms_get_jni_env();
jclass klass = env->FindClass("org/linphone/core/util/AndroidPlatformHelper");
jclass klass = env->FindClass("org/linphone/core/tools/AndroidPlatformHelper");
if (!klass){
ms_fatal("Could not find java AndroidPlatformHelper class");
return;