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

Commit 253194ab authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am dbf16c6f: am db387066: Merge "Frameworks/base: Fix FingerprintManager JNI"

* commit 'dbf16c6f':
  Frameworks/base: Fix FingerprintManager JNI
parents 9711765c dbf16c6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -184,7 +184,7 @@ static jint nativeCloseHal(JNIEnv* env, jobject clazz) {
// TODO: clean up void methods
// TODO: clean up void methods
static const JNINativeMethod g_methods[] = {
static const JNINativeMethod g_methods[] = {
    { "nativeEnroll", "(I)I", (void*)nativeEnroll },
    { "nativeEnroll", "(I)I", (void*)nativeEnroll },
    { "nativeEnrollCancel", "()I", (void*)nativeEnroll },
    { "nativeEnrollCancel", "()I", (void*)nativeEnrollCancel },
    { "nativeRemove", "(I)I", (void*)nativeRemove },
    { "nativeRemove", "(I)I", (void*)nativeRemove },
    { "nativeOpenHal", "()I", (void*)nativeOpenHal },
    { "nativeOpenHal", "()I", (void*)nativeOpenHal },
    { "nativeCloseHal", "()I", (void*)nativeCloseHal },
    { "nativeCloseHal", "()I", (void*)nativeCloseHal },