We ship unmodified prebuilt kernel therefore we can't ship fast charge.
The ROM now includes a battery information panel.
Rename charge control to percentage-based charge control.
Signed-off-by: AnierinB <anierin@evolution-x.org>
- Move all features to the appropriate locations in Settings rather than
having an entire activity/fragment for assorted features.
- Set pixel torch as UNAVAILABLE onTorchModeUnavailable.
- Display accurate message if get*StringResourceId fails.
- Include overlay to disable ROM side cycle_count preference.
- Remove Jitter benchmark (we have it ROM side).
- Remove Direct HBM.
- Remove ShakeUtils and LeonidsLib.
- Remove about activity/fragment.
- Various misc changes and cleanups.
Signed-off-by: AnierinB <anierin@evolution-x.org>
If stopValue is set below startValue, then startValue will be
set to new stopValue -1, along with stop_below_start_error
toast being displayed.
If startValue is set above stopValue, then stopValue will be
set to new startValue +1, along with start_above_stop_error
toast being displayed.
Signed-off-by: AnierinB <anierin@evolution-x.org>