PackageManager: Not granting permission
Posted
by scott
on Stack Overflow
See other posts from Stack Overflow
or by scott
Published on 2010-05-24T03:45:19Z
Indexed on
2010/05/24
3:51 UTC
Read the original article
Hit count: 332
android
|permissions
Im trying to force my phone to go to sleep as soon as i turn my screen off, but whenever i install with adb, packagemanager informs me that it wont grant the permission i need, so my service throws an exception. I was able to install another app called power save mode toggle which has the same permission, and it seems to work, so i should be able to get this to work, right?
© Stack Overflow or respective owner