summaryrefslogtreecommitdiff
path: root/core/java/android/os/vibrator/flags.aconfig
blob: e47b943d7f8caf38c0f3fb0dd387e294c8342276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
package: "android.os.vibrator"
container: "system"

flag {
    namespace: "haptics"
    name: "use_vibrator_haptic_feedback"
    description: "Enables performHapticFeedback to directly use the vibrator service instead of going through the window session"
    bug: "295459081"
}

flag {
    namespace: "haptics"
    name: "haptics_customization_enabled"
    description: "Enables the haptics customization feature"
    bug: "241918098"
}

flag {
    namespace: "haptics"
    name: "haptics_customization_ringtone_v2_enabled"
    description: "Enables the usage of the new RingtoneV2 class"
    bug: "241918098"
}

flag {
    namespace: "haptics"
    name: "enable_vibration_serialization_apis"
    description: "Enables the APIs for vibration serialization/deserialization."
    bug: "245129509"
}

flag {
    namespace: "haptics"
    name: "haptic_feedback_vibration_oem_customization_enabled"
    description: "Enables OEMs/devices to customize vibrations for haptic feedback"
    # Make read only. This is because the flag is used only once, and this could happen before
    # the read-write flag values propagate to the device.
    is_fixed_read_only: true
    bug: "291128479"
}

flag {
    namespace: "haptics"
    name: "keyboard_category_enabled"
    description: "Enables the independent keyboard vibration settings feature"
    bug: "289107579"
}

flag {
    namespace: "haptics"
    name: "adaptive_haptics_enabled"
    description: "Enables the adaptive haptics feature"
    bug: "305961689"
}