Hi, How to send / trigger the KeyCodes.KEYCODE_BACK at runtime without user clicking it tks
Nov 1, 2016 Replies: 1 Hi, How to send / trigger the KeyCodes.KEYCODE_BACK at runtime without user clicking it tks Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Nov 2, 2016 #2 You cannot send key strokes events to the system. However if you want to close an activity then you can call Activity.Finish.
You cannot send key strokes events to the system. However if you want to close an activity then you can call Activity.Finish.