diff options
author | Lais Andrade <lsandrade@google.com> | 2020-12-11 19:45:42 +0000 |
---|---|---|
committer | Lais Andrade <lsandrade@google.com> | 2021-02-11 09:26:21 +0000 |
commit | 55a0aebe7f1426a08dbe234ee65657b07846b430 (patch) | |
tree | 23ae7ee630c2f6a779da23efdffebd43a04acfa4 /config | |
parent | c4f27f30200470e705a9eecc838e31b120a65fee (diff) |
Introduce SystemVibratorManager
Add default system implementation of vibrator manager service that uses
IVibratorManagerService to access the device vibrators.
Change implementation of SystemVibrator to use VibratorManagerService
and delete local service VibratorService.
Introduce missing public APIs for VibratorManager and Vibrator.getId.
Bug: 167946816
Test: VibratorManagerServiceTest, VibratorTest, VibrationEffectTest
Change-Id: I55cdeb72c7ca39ccf0c7b2fda60b16de1031801e
Diffstat (limited to 'config')
-rw-r--r-- | config/hiddenapi-unsupported.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/hiddenapi-unsupported.txt b/config/hiddenapi-unsupported.txt index 90a526bcfaf7..48aa8b2c2e30 100644 --- a/config/hiddenapi-unsupported.txt +++ b/config/hiddenapi-unsupported.txt @@ -204,7 +204,6 @@ Landroid/os/IRemoteCallback$Stub;-><init>()V Landroid/os/IUpdateEngine$Stub;-><init>()V Landroid/os/IUserManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V Landroid/os/IUserManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IUserManager; -Landroid/os/IVibratorService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IVibratorService; Landroid/os/storage/IObbActionListener$Stub;-><init>()V Landroid/os/storage/IStorageManager$Stub$Proxy;-><init>(Landroid/os/IBinder;)V Landroid/os/storage/IStorageManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/storage/IStorageManager; |