关于CallScreenOff
让你的屏幕关闭时,它在你的口袋中通过蓝牙通话。
If you, like me, have been having issues with your phone unlocking in your pocket when you accept and hang up a call via a bluetooth headset or Android Wear device: this app tries to solve that!
The idea is as follows:
1. You accept/make a call or hang up: goto 3.
2. The screen unlocks and you are in a call: goto 3.
3. CallScreenOff checks if you have a BT headset connected: if yes goto 4, else do nothing
4. CallScreenOff uses the proximity sensor to determine if your device is in your pocket: if yes goto 5, else do nothing
5. Use Device Manager to lock your screen
6. Done!
More information:
http://www.rejh.nl/callscreenoff/
最新版本1.03.09的更新日志
* Fix: ask permissions on Android 6.0+
1.03.08
* Only run service when BT A2DP is connected
* Ongoing notification to keep service alive
Earlier
* Fix: screen not always locking when it should
* Easily revoke Device Admin rights from within the app
* Fix: Ongoing call notification sometimes not dismissed
* Improved: detect 'screen on' event after calls (not only unlock)
* Prevent service from being killed during calls
* Tweaks, fixes, improvements