In my basic connection, there is a convenient application accessible from Settings> About Phone> Battery Usage.
I would like the StartActivity () application to use one of my actions.
I see in the log that when the settings start, this intention is logged:
Starting activity: Intent { act=android.intent.action.MAIN cmp=com.android.settings/.fuelgauge.PowerUsageSummary }
I am having problems with this, something in the Android Java source. I can’t even find “fuel gas” in the GIT source. Can someone point me to the correct file or anything else useful, for example, how to create the correct type of intention?
thanks
Peter
android android-intent battery
Peter vdL
source share