|
I am trying to send BATTERY_CHANGED intent through the ADB shell. So far I only managed to send the intent with no information:
I created an app witch listens for this intent and here is what the system sends every few seconds:
When I broadcast the intent my app shows this:
My question is how can I broadcast the intent through the ADB shell with some of these properties/flags (like scale, status, plugged, etc.)? |