add aioAction, exec and su functions

This commit is contained in:
Evgeny
2021-07-29 12:30:10 +03:00
parent 9c515e1cfd
commit bc2b2e8579
2 changed files with 11 additions and 1 deletions

7
actions_test.lua Normal file
View File

@@ -0,0 +1,7 @@
function onResume()
ui:showButtons({ "Show drawer" })
end
function onClick()
system:aioAction("apps_menu")
end