Pocket Mode APK

Pocket Mode  Icon
  
2.92/5
18 Ratings
Developer
Artem Chepurnyi
Current Version
1.11.0.0
Date Published
File Size
2.7 MB
Package ID
com.artemchep.pocketmode
Price
$ 0.00
Downloads
4.8K+
Category
Android Apps
Genre
Tools

APK Version History

Version
1.11.0.0 (1110000)
Architecture
universal
Release Date
September 01, 2022
Requirement
Android 9.0+
Version
1.10.4.0 (1100400)
Architecture
universal
Release Date
August 30, 2022
Requirement
Android 9.0+
Version
1.10.3.0 (1100300)
Architecture
universal
Release Date
August 30, 2022
Requirement
Android 9.0+
Version
1.10.2.0 (1100200)
Architecture
universal
Release Date
August 30, 2022
Requirement
Android 9.0+
Version
1.10.1.0 (1100100)
Architecture
universal
Release Date
August 30, 2022
Requirement
Android 9.0+
  • Pocket Mode Screenshot
  • Pocket Mode Screenshot

About Radio FM 90s

Pocket Mode can detect when the phone is in a pocket or other enclosed space and turn off the display to prevent accidental clicks. This can help to prevent unintentional phone calls, text messages, or app launches, which can be frustrating and inconvenient.

I have developed this app because stock Android lacks this feature and my phone always changes something or disables important things while laying inside a pocket. Seriously, this had to be stopped.

The app is completely free and open source, the donations are welcomed but do not provide any benefit for the user.
https://github.com/AChep/PocketMode

How does it work:


Pocket mode monitors the proximity sensor for a fraction of a second after turning the screen on. If in this time window the proximity sensor has been covered for a defined period the app turns the screen back off.

Used permissions explained:


- Accessibility service -- Pocket Mode uses accessibility service to send the command that locks the screen. Without it locking the screen would require a PIN code on each unlock, ruining the user experience.
- android.permission.RECEIVE_BOOT_COMPLETED -- needed to restart the service after a reboot.
- android.permission.READ_PHONE_STATE -- needed to pause screen locking while call is ongoing.

What's New in this version