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

Commit 44d69662 authored by Pyuli Naithani's avatar Pyuli Naithani Committed by Pyuli Naithani
Browse files

Added API changes for sensor privacy toggle source.

Test: Manual

BUG:192269258

Change-Id: Id24133a572346cccc9366d4bf54c90f01b7c67de
parent 61cfde71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ interface ISensorPrivacyManager {

    void setSensorPrivacy(boolean enable);

    void setIndividualSensorPrivacy(int userId, int sensor, boolean enable);
    void setIndividualSensorPrivacy(int userId, int source, int sensor, boolean enable);

    void setIndividualSensorPrivacyForProfileGroup(int userId, int sensor, boolean enable);
    void setIndividualSensorPrivacyForProfileGroup(int userId, int source, int sensor, boolean enable);
}