How do I send an intent using Android\'s ADB tools?
adb shell am start -n '/.
Ex:
adb shell am start -n 'com.android.settings/.wifi.WifiStatusTest'
You can use APK-INFO application to know the list of App Activities with respect to each App Package