I wrote some native code to make use of Android's performGlobalAction()
method, following the instructions from this Stackoverflow answer.
However, required action does not happen -- all the 'chain' to performGlobalAction()
works as intended, as I checked using console logs, but the exact action is called but doesn't work, despite I gave Accessibility permission for the app in phone's settings.
Maybe that's because Flutter doesn't currently supports Android Accessibility methods? Who can enlighten me on this topic?