clover: mount radio apps like dialer and messaging to dev/null

This commit is contained in:
Max Weffers 2018-12-28 14:24:49 +01:00
parent 5edb4fc7fa
commit c5fafd4ae5
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -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