I want to put my phone in dim mode using my application. It seems phone’s home screen will be in deem mode. If I going to use Power Manager class then it will drain battery. How can I do this then? Can any one give some sample code?
Share
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.
In my case I just update the Android Default Settings,
Note: here 1 is value for dim (low) (values 0 t0 250) , and cr is ContentResolver’s object
For this you have to mentioned permission in manifest file,