I'm exploring the Android API options about the battery. what possibilities grants the permission android.permission.BATTERY_STATS. I know how to use it if I can read the android.intent.action.BATTERY_CHANGED intent for the battery levels without declare such permission. Maybe I'm missing something

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

This permission is used internal to Android -- AFAIK, SDK applications gain nothing by requesting it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.