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

Commit b1d1cb60 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: If7bfb7876f9c705ea738f9bb7e25235ea59df574
parents da898461 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);
}