Wakelock Revamp - PowerManager
Easy control over Android's PowerManager.
eu.thedarken.wldonate
About Wakelock Revamp - PowerManager
<p>Wake Lock gives you access to Android's Power- and WifiManager.
You can use it on any Android phone or tablet.</p>
<p>Examples of what it can do for you:</p><ul>
<li>Force the PowerManager to keep the screen on</li>
<li>Have the CPU still running in standby mode</li>
<li>Ensure the Wifi connection keeps running at full performance</li>
<li>Keep the screen on in full brightness or dimmed mode during movies</li>
<li>Override power saving measures if they are causing issues</li></ul>
<p>This is the modernized version of my app "WakeLock - PowerManager".</p>
<p>What the permissions are used for:</p><ul>
<li>WAKE_LOCK, to obviously be allowed to acquire wakelocks.</li>
<li>RECEIVE_BOOT_COMPLETED, to start the app after device reboots.</li>
<li>READ_PHONE_STATE, to act on start/ending calls, allowing the app to acquire a lock just for the duration of the call.</li>
<li>INTERNET, for automatic crash tracking. There is an option to disable this, but why would you ๐?</li></ul>