Wakelock Revamp icon

Wakelock Revamp - PowerManager APK

3.4.0 GPL-3.0-only

Easy control over Android's PowerManager.

Download APK (4.4 MB)


Version
3.4.0 (3040000)
Update
Developer
Matthias Urhahn
Category
System
License
GPL-3.0-only
Source Code
Code Repository

Wakelock Revamp app

Wakelock Revamp is System tool that is open source under the GPL-3.0-only license.

Wake Lock gives you access to Android's Power- and WifiManager.
You can use it on any Android phone or tablet.



Examples of what it can do for you:


  • Force the PowerManager to keep the screen on

  • Have the CPU still running in standby mode

  • Ensure the Wifi connection keeps running at full performance

  • Keep the screen on in full brightness or dimmed mode during movies

  • Override power saving measures if they are causing issues


This is the modernized version of my app "WakeLock - PowerManager".



What the permissions are used for:


  • WAKE_LOCK, to obviously be allowed to acquire wakelocks.

  • RECEIVE_BOOT_COMPLETED, to start the app after device reboots.

  • READ_PHONE_STATE, to act on start/ending calls, allowing the app to acquire a lock just for the duration of the call.

  • INTERNET, for automatic crash tracking. There is an option to disable this, but why would you 🙁?

Old Versions