From 8c98628524b27f26b51ce8df09b6471b1978b43c Mon Sep 17 00:00:00 2001 From: Lais Andrade Date: Thu, 24 Oct 2024 16:03:34 +0100 Subject: Introduce VendorVibrationSession Introduce Vibrator APIs to start vendor vibration sessions. Vendor sessions will play vibration requests without resetting the vibrator hardware state, allowing the vendor to customize the behaviour between vibrations. Vibration sessions can be ended by the client app or by the vibrator service, allowing higher priority vibrations (e.g. ringtone, alarms) to take control of the vibrator and play as usual. Bug: 345414356 Test: FrameworksVibratorServicesTests Flag: android.os.vibrator.vendor_vibration_effects Change-Id: Id749cc240201bf398526c2416d5767a364b86cbf --- packages/Shell/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages') diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 1919572ff571..aa847ac3f8d8 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -263,6 +263,8 @@ + + -- cgit v1.2.3-59-g8ed1b