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

Commit 9ce034f3 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "4/n: Update framework together with biometric AIDL changes"

parents 6b4ce334 956de625
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ public class Sensor implements IBinder.DeathRecipient {
        }

        @Override
        public void onAuthenticatorIdInvalidated() {
        public void onAuthenticatorIdInvalidated(long newAuthenticatorId) {
            // TODO(b/159667191)
        }

+1 −1
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ class Sensor implements IBinder.DeathRecipient {
        }

        @Override
        public void onAuthenticatorIdInvalidated() {
        public void onAuthenticatorIdInvalidated(long newAuthenticatorId) {
            // TODO(159667191)
        }
    }