I’ve been searching for this and only find really messed up things.
Isn’t there a easy way to show the battery level like 21% on a toast or Textview?
Or how can i achieve this?
//Simon
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you mean changing the battery status on the emulator do the following. Connect to the emulator via telnet and change the status and capacity
Ahh, well you can do what it says on the page Ted mentioned, and then use a handler to show a toast. This is the code you need to add to your activity.