Questions tagged [autotest]

Autotest is a Ruby gem for running tests automatically when source files change.

272 questions
-1
votes
1 answer

How can I call android system service like wifi_service in my uiautomator project?

public String getMacInfo(){ String mac = ""; WifiManager wifiManager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE); WifiInfo wifiInfo = wifiManager.getConnectionInfo(); …
1 2 3
18
19