Compare commits
1 commit
a56c2b6d89
...
5d22fb5b2a
Author | SHA1 | Date | |
---|---|---|---|
5d22fb5b2a |
1 changed files with 1 additions and 8 deletions
|
@ -32,14 +32,7 @@ void lpac_notifications_init(JNIEnv *env) {
|
||||||
local_profile_notification_class = (*env)->NewGlobalRef(env, local_profile_notification_class);
|
local_profile_notification_class = (*env)->NewGlobalRef(env, local_profile_notification_class);
|
||||||
local_profile_notification_constructor = (*env)->GetMethodID(
|
local_profile_notification_constructor = (*env)->GetMethodID(
|
||||||
env, local_profile_notification_class, "<init>",
|
env, local_profile_notification_class, "<init>",
|
||||||
"("
|
"(JL" PROFILE_MANAGEMENT_OPERATION_CLASS ";Ljava/lang/String;Ljava/lang/String;)V");
|
||||||
"J" // seqNumber
|
|
||||||
"L" PROFILE_MANAGEMENT_OPERATION_CLASS ";" // profileManagementOperation
|
|
||||||
"Ljava/lang/String;" // notificationAddress
|
|
||||||
"Ljava/lang/String;" // iccid
|
|
||||||
")"
|
|
||||||
"V" // (returns) void
|
|
||||||
);
|
|
||||||
|
|
||||||
jclass profile_management_operation_class = (*env)->FindClass(
|
jclass profile_management_operation_class = (*env)->FindClass(
|
||||||
env, PROFILE_MANAGEMENT_OPERATION_CLASS);
|
env, PROFILE_MANAGEMENT_OPERATION_CLASS);
|
||||||
|
|
Loading…
Add table
Reference in a new issue