clover: mount radio apps like dialer and messaging to dev/null
This commit is contained in:
parent
5edb4fc7fa
commit
c5fafd4ae5
1 changed files with 10 additions and 1 deletions
|
@ -31,7 +31,16 @@ on property:persist.sys.fp.vendor=none
|
|||
mount none /dev/null /vendor/etc/permissions/com.fingerprints.extension.xml bind
|
||||
mount none /dev/null /vendor/app/FingerprintExtensionService/FingerprintExtensionService.apk bind
|
||||
stop vendor.fps_hal
|
||||
|
||||
|
||||
on property:ro.vendor.radio.noril=yes
|
||||
mount none /dev/null /system/app/CarrierDefaultApp/CarrierDefaultApp.apk bind
|
||||
mount none /dev/null /system/app/messaging/messaging.apk bind
|
||||
mount none /dev/null /system/priv-app/Dialer/Dialer.apk bind
|
||||
mount none /dev/null /system/priv-app/CarrierConfig/CarrierConfig.apk bind
|
||||
mount none /dev/null /system/priv-app/CallLogBackup/CallLogBackup.apk bind
|
||||
mount none /dev/null /system/priv-app/CellBroadcastReceiver/CellBroadcastReceiver.apk bind
|
||||
mount none /dev/null /system/priv-app/EmergencyInfo/EmergencyInfo.apk bind
|
||||
|
||||
# Set max charge current
|
||||
on property:sys.incall=true
|
||||
write /sys/class/power_supply/battery/constant_charge_current_max 500000
|
||||
|
|
Loading…
Reference in a new issue