chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.76k stars 113 forks source link

Add service.sh to Magisk module to remove hard restriction on boot #309

Closed chenxiaolong closed 1 year ago

chenxiaolong commented 1 year ago

This is more seamless since it removes the need to flash BCR twice. The startup service will wait up to one hour for the user to unlock the device before it performs the hard restriction removal. Logs are written to /data/local/tmp/bcr_remove_hard_restrictions.log.

Issue: #304