Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14fcf900 authored by Jeff Brown's avatar Jeff Brown
Browse files

Fix invalid JNI call signature.

Bug: 5029536

Change-Id: I1f9b3faa77d49e26ef43982ff57cbbf0c3be8b40
parent f7537bcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1115,7 +1115,7 @@ DBusHandlerResult agent_event_filter(DBusConnection *conn,
        LOGV("... uuid = %s", uuid);

        dbus_message_ref(msg);  // increment refcount because we pass to java
        env->CallBooleanMethod(nat->me, method_onAgentAuthorize,
        env->CallVoidMethod(nat->me, method_onAgentAuthorize,
                env->NewStringUTF(object_path), env->NewStringUTF(uuid),
                int(msg));