1package: "android.os.vibrator" 2container: "system" 3 4flag { 5 namespace: "haptics" 6 name: "use_vibrator_haptic_feedback" 7 description: "Enables performHapticFeedback to directly use the vibrator service instead of going through the window session" 8 bug: "295459081" 9} 10 11flag { 12 namespace: "haptics" 13 name: "haptic_feedback_vibration_oem_customization_enabled" 14 description: "Enables OEMs/devices to customize vibrations for haptic feedback" 15 # Make read only. This is because the flag is used only once, and this could happen before 16 # the read-write flag values propagate to the device. 17 is_fixed_read_only: true 18 bug: "291128479" 19} 20 21flag { 22 namespace: "haptics" 23 name: "keyboard_category_enabled" 24 description: "Enables the independent keyboard vibration settings feature" 25 bug: "289107579" 26} 27 28flag { 29 namespace: "haptics" 30 name: "adaptive_haptics_enabled" 31 description: "Enables the adaptive haptics feature" 32 bug: "305961689" 33} 34