mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
rootdir: Drop chown fastcharge sysfs to system
Also fix errors of aidl
This commit is contained in:
parent
497fa53db9
commit
4296d27bea
4 changed files with 3 additions and 13 deletions
|
|
@ -32,7 +32,7 @@ class Battery {
|
|||
return mBattery.getBatteryStats(BatterySys.CHARGE) == 0
|
||||
}
|
||||
set(k) {
|
||||
mBattery.setBatteryWritable(BatterySys.CHARGE, k)
|
||||
mBattery.setBatteryWritable(BatterySys.CHARGE, !k)
|
||||
}
|
||||
|
||||
var FastCharge: Boolean
|
||||
|
|
|
|||
Loading…
Reference in a new issue