summaryrefslogtreecommitdiff
path: root/core/java/android/view/inputmethod/flags.aconfig
blob: 6f4bf24d0966bb85c5fa195c452279be739d8b27 (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
package: "android.view.inputmethod"
container: "system"

flag {
    name: "refactor_insets_controller"
    namespace: "input_method"
    description: "Feature flag for refactoring InsetsController and removing ImeInsetsSourceConsumer"
    bug: "298172246"
    is_fixed_read_only: true
}

flag {
    name: "editorinfo_handwriting_enabled"
    namespace: "input_method"
    description: "Feature flag for adding EditorInfo#mStylusHandwritingEnabled"
    bug: "293898187"
    is_fixed_read_only: true
}

flag {
    name: "imm_userhandle_hostsidetests"
    namespace: "input_method"
    description: "Feature flag for replacing UserIdInt with UserHandle in some helper IMM functions"
    bug: "301713309"
    is_fixed_read_only: true
}

flag {
    name: "concurrent_input_methods"
    namespace: "input_method"
    description: "Feature flag for concurrent multi-session IME"
    bug: "284527000"
    is_fixed_read_only: true
}

flag {
    name: "home_screen_handwriting_delegator"
    namespace: "input_method"
    description: "Feature flag for supporting stylus handwriting delegation from RemoteViews on the home screen"
    bug: "279959705"
}