Remove old scripts

This commit is contained in:
Evgeny
2021-08-01 19:59:36 +03:00
parent f24288af99
commit d85058f029
3 changed files with 0 additions and 19 deletions

View File

@@ -1,9 +0,0 @@
-- name = "Search"
function onResume()
ui:showText("Open search")
end
function onClick()
aio:doAction("search")
end

View File

@@ -1,7 +0,0 @@
function onResume()
ui:showText("Click to open Google Play")
end
function onClick()
system:openApp("com.android.vending")
end

View File

@@ -1,3 +0,0 @@
function onResume()
ui:showProgressBar("Test", 50, 100)
end