Wakelock v3

5.0
리뷰 917개
10만+
다운로드
콘텐츠 등급
3세 이상
스크린샷 이미지
스크린샷 이미지
스크린샷 이미지
스크린샷 이미지

앱 정보

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 aquire wakelocks.
• RECEIVE_BOOT_COMPLETED, to start the app after device reboots.
• READ_PHONE_STATE, to act on start/ending calls, allowing the app to aquire 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 🙁?
업데이트 날짜
2021. 10. 27.

데이터 보안

보안은 개발자가 데이터를 수집 및 공유하는 방식을 파악하는 것에서 시작됩니다. 데이터 개인 정보 보호 및 보안 관행은 사용자의 앱 사용, 지역, 연령에 따라 다를 수 있습니다. 이는 개발자가 제공한 정보이며 추후 업데이트될 수 있습니다.
제3자와 공유되는 데이터 없음
개발자가 어떻게 공유를 선언하는지 자세히 알아보세요.
수집된 데이터가 없습니다.
개발자가 어떻게 수집을 선언하는지 자세히 알아보세요.

새로운 기능

v3.4.0
- Maintenance
- Dependency updates