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

Commit 660f7cd8 authored by Johanna Ye's avatar Johanna Ye Committed by Android (Google) Code Review
Browse files

Merge "Add AKEY_ASSIST mapping in native input framework to allow...

Merge "Add AKEY_ASSIST mapping in native input framework to allow programmatically inject KEY_ASSISTANT."
parents 1628d581 f06c9efc
Loading
Loading
Loading
Loading
+85 −84
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ static Key KEYS[] = {
        {BTN_Y, AKEYCODE_BUTTON_Y},

        {KEY_SEARCH, AKEYCODE_SEARCH},
        {KEY_ASSISTANT, AKEYCODE_ASSIST},
};

} // namespace android