add apps module

This commit is contained in:
Evgeny
2021-08-19 15:41:40 +03:00
parent 5b8d6b57ff
commit f2e670b9a8
9 changed files with 77 additions and 8 deletions

View File

@@ -9,5 +9,5 @@ function on_resume()
end
function on_click(idx)
system:open_app(apps_pkgs[idx])
apps:launch(apps_pkgs[idx])
end