commit | e0bd2ca415d3e84454e81b36cdff3d1c14f88dc2 | [log] [tgz] |
---|---|---|
author | Aditya Jadhav <aditya.jadhav@oppo.com> | Mon Oct 16 14:41:52 2023 +0530 |
committer | Aditya Jadhav <aditya.jadhav@oppo.com> | Mon Oct 16 14:41:52 2023 +0530 |
tree | d82ee62878db4fa321163b735ccdbc6a4d8f856e | |
parent | 8fa8c07660f0e48e24fd68c91bde8654e61ef7ce [diff] |
Back button/gesture is not working with Android 14 easter egg activity. Problem: The back button does not work as keycode ACTION_BACK is not handled. Solution: Let the superclass activity handle keycode events if not handled by this Change-Id: Ib130eed2c8ac699adc608adc211047e346294baa Signed-off-by: Aditya Jadhav <aditya.jadhav@oppo.com>