mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
Changed jni prefix of AndroidHelper class
This commit is contained in:
parent
8a421e9c72
commit
a44cbae88d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue