willowtreeapps / Hyperion-Android

App Debugging & Inspection Tool for Android
MIT License
1.95k stars 144 forks source link

Question: Is it possible to close the menu from a plugin? #190

Closed llleodeleon closed 4 years ago

llleodeleon commented 4 years ago

Hello @Kritarie ,

I created a sample plugin and I would like to close the Hyperion menu from it (after I execute an action) I see that the PluginExtension interface has a HyperionMenu interface which contains the state of the menu. and that the core library contains the implementation on the HyperionMenuLayout.

Is it possible to close the menu from a plugin?