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

Commit 956de625 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

4/n: Update framework together with biometric AIDL changes

Bug: 159667191
Test: Presubmit
Change-Id: I0f7ed101febfa66263019990195e421eee400e67
parent 775a9a37
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)
        }
    }