Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8741af41 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Add IME predictive back flag

Bug: 322836622
Flag: ACONFIG android.inputmethodservice.predictive_back_ime DISABLED
Test: presubmit
Change-Id: I12050fd03e32c93cbd0925902834352202487a68
parent 4457e6e8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -78,3 +78,11 @@ flag {
    bug: "300979854"
    is_fixed_read_only: true
}

flag {
    name: "predictive_back_ime"
    namespace: "input_method"
    description: "Predictive back animation for IMEs"
    bug: "322836622"
    is_fixed_read_only: true
}