what permission in manifest to put application in power saving android

1.7k views Asked by At

what permission in manifest to put application in power saving android. when user turn on power saving mode and try to add my application in list of applications that can run in this mode. it tried this permission and no change

 <uses-permission android:name="android.permission.WAKE_LOCK" />
1

There are 1 answers