android-shell Questions

5

How to clear focused Edit text using shell command. I tried adb shell input keyevent KEYCODE_CLEAR // Not worked adb shell input keyevent KEYCODE_DEL // Delete only one char adb shell input keye...
Graig asked 7/9, 2015 at 7:31

2

I'm using appium for interaction between my Android device and java code. And I faced with problem that on some kind of devices(including emulators) after pressing on Home button, appium return inc...
Thankful asked 28/9, 2016 at 19:36

3

Solved

There is a command to start an activity based on intent: am start. Also to send a broadcast: am broadcast. I think probably there should be a shell command to query a content provider, probably s...
Lancelle asked 16/1, 2015 at 16:8
1

© 2022 - 2024 — McMap. All rights reserved.