diff --git a/app/src/main/java/com/grarak/kerneladiutor/utils/kernel/battery/Battery.java b/app/src/main/java/com/grarak/kerneladiutor/utils/kernel/battery/Battery.java
index bab013525..d08b7216d 100755
--- a/app/src/main/java/com/grarak/kerneladiutor/utils/kernel/battery/Battery.java
+++ b/app/src/main/java/com/grarak/kerneladiutor/utils/kernel/battery/Battery.java
@@ -38,20 +38,20 @@ public class Battery {
private static final String CHARGE_RATE = "/sys/kernel/thundercharge_control";
private static final String CHARGE_RATE_ENABLE = CHARGE_RATE + "/enabled";
- private static final String CUSTOM_CURRENT = CHARGE_RATE + "/custom_current";
+ private static final String CUSTOM_AC_CURRENT = CHARGE_RATE + "/custom_ac_current";
private static Integer sCapacity;
public static void setChargingCurrent(int value, Context context) {
- run(Control.write(String.valueOf(value), CUSTOM_CURRENT), CUSTOM_CURRENT, context);
+ run(Control.write(String.valueOf(value), CUSTOM_AC_CURRENT), CUSTOM_AC_CURRENT, context);
}
public static int getChargingCurrent() {
- return Utils.strToInt(Utils.readFile(CUSTOM_CURRENT));
+ return Utils.strToInt(Utils.readFile(CUSTOM_AC_CURRENT));
}
public static boolean hasChargingCurrent() {
- return Utils.existFile(CUSTOM_CURRENT);
+ return Utils.existFile(CUSTOM_AC_CURRENT);
}
public static void enableChargeRate(boolean enable, Context context) {
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 1bac799c8..2143b7fac 100755
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -338,12 +338,12 @@
Threshold when big CPUs should be turned on.
Offline Delay
Time before turning off a CPU.
- AiO Hotplug
- All in One HotPlug for Qualcomm devices. Developed by Shoaib0597.
- Maximum big CPUs Online
- Maximum number of big CPUs that will be online.
- Maximum LITTLE CPUs Online
- Maximum number of LITTLE CPUs that will be online.
+ AiO HotPlug
+ An All in One HotPlug for Qualcomm SoCs, developed by Shoaib0597.
+ big Cluster
+ Set the Maximum Number of Online Cores.
+ LITTLE Cluster
+ Set the Maximum Number of Online Cores.
Use only one thermal driver from the following options, using more at the same time may cause unexpected behavior.