Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
a44cbae8
Commit
a44cbae8
authored
Oct 19, 2017
by
Sylvain Berfini
🐮
Browse files
Changed jni prefix of AndroidHelper class
parent
8a421e9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/android-helpers.cpp
View file @
a44cbae8
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment