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

Commit 559ce89b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add biometric AIDL interfaces to the watchdog" into sc-v2-dev

parents b31e28d9 9367dd87
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -142,6 +142,8 @@ public class Watchdog {
    );

    public static final String[] AIDL_INTERFACE_PREFIXES_OF_INTEREST = new String[] {
            "android.hardware.biometrics.face.IFace/",
            "android.hardware.biometrics.fingerprint.IFingerprint/",
            "android.hardware.light.ILights/",
            "android.hardware.power.stats.IPowerStats/",
    };