Advertisement
Guest User

Untitled

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