Update scripts and docs to reflect chnages in 3.2.7-beta9
This commit is contained in:
7
open_app_test-widget.lua
Normal file
7
open_app_test-widget.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
function onResume()
|
||||
ui:showText("Click to open Google Play")
|
||||
end
|
||||
|
||||
function onClick()
|
||||
system:openApp("com.android.vending")
|
||||
end
|
||||
Reference in New Issue
Block a user