How to get the information of System Services for Appium?
Posted on July 16, 2019
By Jayesh Dalal
adb shell dumpsys [-t timeout] [--help | -l | --skip services | service [arguments] | -c | -h]
With the help of Dumpsys Command one can get the AppPackageName, AppActivities and element information as well. We can simply write below code.
adb shell dumpsys
but that will provide a whole lot of information so it is recommended to use helper or extension to get the exact information you required.
Platform= Android.