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

Commit 4dc3655c authored by Diya Bera's avatar Diya Bera
Browse files

Make scheduleWatchdog oneway

Test: N/A
Fixes: 289988404
Change-Id: Ifc645b320a0803f6c916e7e79d894ef773b4dec9
parent 6f780529
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
@@ -218,5 +218,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();
}