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

Commit 482c676e authored by Diya Bera's avatar Diya Bera Committed by Android (Google) Code Review
Browse files

Merge "Make scheduleWatchdog oneway" into udc-qpr-dev

parents bd2caf6a 4dc3655c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,5 +177,5 @@ interface IFaceService {
    // Internal operation used to clear face biometric scheduler.
    // Ensures that the scheduler is not stuck.
    @EnforcePermission("USE_BIOMETRIC_INTERNAL")
    void scheduleWatchdog();
    oneway void scheduleWatchdog();
}
+1 −1
Original line number Diff line number Diff line
@@ -213,5 +213,5 @@ interface IFingerprintService {
    // Internal operation used to clear fingerprint biometric scheduler.
    // Ensures that the scheduler is not stuck.
    @EnforcePermission("USE_BIOMETRIC_INTERNAL")
    void scheduleWatchdog();
    oneway void scheduleWatchdog();
}