chenxiaolong / BCR

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

Launch Android Settings to re-enable battery optimization #424

Closed chenxiaolong closed 1 year ago

chenxiaolong commented 1 year ago

Currently, BCR will just gray out the Disable battery optimization option after it is enabled because Android does not provide a way for apps to re-enable optimizations.

This isn't very user-friendly, so this commit updates the option to never be grayed out, but instead, take the user to the appropriate page in Android's Settings.

Fixes: #422