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

Commit fc7524f7 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: 7b86b176

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

Change-Id: Ifd7664ffa2781af0842d42d943fc0e9c5abb3729
parents 8b7a9ca7 7b86b176
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);
}