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

Commit a0e920fe authored by Kevin Chyn's avatar Kevin Chyn
Browse files

1/2: Update framework together with HIDL

Bug: 110597778

Test: builds
Change-Id: If082295b0cfee5a7b87251303750251c9aead96b
parent 49fa609b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -579,7 +579,8 @@ public class FaceService extends BiometricService {
            for (int i = 0; i < cryptoToken.length; i++) {
                token.add(cryptoToken[i]);
            }
            return daemon.enroll(token, timeout);
            // TODO: plumb requireAttention down from framework
            return daemon.enroll(token, timeout, true /* requireAttention */);
        }
    };