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

Commit 634f1664 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update documentation about the SensorPrivacyManager" into sc-dev am:...

Merge "Update documentation about the SensorPrivacyManager" into sc-dev am: 03a1ffcd am: 8acd678f

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

Change-Id: Ide0bbc18034786d15b4934626c858abcb506e6d7
parents 91df3ce4 8acd678f
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -41,11 +41,7 @@ import java.lang.annotation.RetentionPolicy;
import java.util.concurrent.Executor;

/**
 * This class provides access to the sensor privacy services; sensor privacy allows the
 * user to disable access to all sensors on the device. This class provides methods to query the
 * current state of sensor privacy as well as to register / unregister for notification when
 * the sensor privacy state changes.
 *
 * This class provides information about the microphone and camera toggles.
 */
@SystemService(Context.SENSOR_PRIVACY_SERVICE)
public final class SensorPrivacyManager {