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

Commit fe0e6026 authored by Pyuli Naithani's avatar Pyuli Naithani Committed by Automerger Merge Worker
Browse files

Merge "Added API changes for sensor privacy toggle source." into sc-dev am:...

Merge "Added API changes for sensor privacy toggle source." into sc-dev am: 7b86b176 am: 3ff20e91

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15193434

Change-Id: I48d06b2d15545b9067aa78c1dfc227e21381dfcf
parents 7693a476 3ff20e91
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);
}