function on_resume() ui:show_text("Tap to copy") end function on_click() system:to_clipboard("test", true) end