diff options
| author | Evan Severson <evanseverson@google.com> | 2021-07-07 12:50:13 -0700 |
|---|---|---|
| committer | Evan Severson <evanseverson@google.com> | 2021-07-07 12:50:13 -0700 |
| commit | 83ed960b960a1b109bbd64050f443bdb169bc719 (patch) | |
| tree | 5882285dfd3ddffd33bf7621cf8aca77538059dd /core/java/android | |
| parent | 10239a0c9c8cce2f6e6b62944b7f4eea63c8156d (diff) | |
Update documentation about the SensorPrivacyManager
Remove information about system api methods so they don't end up in the
public documentation.
Test: None
Fixes: 193049421
Change-Id: Iff2bae46f935b63366c737dab6610da7b3ffff39
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/hardware/SensorPrivacyManager.java | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/core/java/android/hardware/SensorPrivacyManager.java b/core/java/android/hardware/SensorPrivacyManager.java index 1a5e5a85d2a1..b8eaefc31fbd 100644 --- a/core/java/android/hardware/SensorPrivacyManager.java +++ b/core/java/android/hardware/SensorPrivacyManager.java @@ -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 { |
