Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. fun openLaunchPad() {
  2. val device = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation())
  3. device.executeShellCommand("input swipe 0 500 0 0")
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement