Merge "Add STEM_1, STEM_2 and STEM_3 key as wakeup keys" into cw-e-dev am: 4a577bff96
am: d5cea64d8d
* commit 'd5cea64d8d63e9ffb61af1e669962de08ea513cc':
Add STEM_1, STEM_2 and STEM_3 key as wakeup keys
This commit is contained in:
@@ -1846,6 +1846,9 @@ public class KeyEvent extends InputEvent implements Parcelable {
|
|||||||
case KeyEvent.KEYCODE_MENU:
|
case KeyEvent.KEYCODE_MENU:
|
||||||
case KeyEvent.KEYCODE_WAKEUP:
|
case KeyEvent.KEYCODE_WAKEUP:
|
||||||
case KeyEvent.KEYCODE_PAIRING:
|
case KeyEvent.KEYCODE_PAIRING:
|
||||||
|
case KeyEvent.KEYCODE_STEM_1:
|
||||||
|
case KeyEvent.KEYCODE_STEM_2:
|
||||||
|
case KeyEvent.KEYCODE_STEM_3:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user