clover: rootdir: bind GoogleDialer and GoogleMessages to /dev/null on wifi only devices

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
pix106 2023-03-09 06:33:38 +01:00
parent ceec333b72
commit a6b6c5f5e2

View file

@ -35,7 +35,9 @@ on property:persist.sys.fp.vendor=none
on property:ro.vendor.radio.noril=yes
mount none /dev/null /system/app/CarrierDefaultApp/CarrierDefaultApp.apk bind
mount none /dev/null /system/product/app/messaging/messaging.apk bind
mount none /dev/null /system/product/priv-app/PrebuiltBugle/PrebuiltBugle.apk bind
mount none /dev/null /system/product/priv-app/Dialer/Dialer.apk bind
mount none /dev/null /system/product/priv-app/GoogleDialer/GoogleDialer.apk bind
mount none /dev/null /system/system_ext/priv-app/CarrierConfig/CarrierConfig.apk bind
mount none /dev/null /system/priv-app/CallLogBackup/CallLogBackup.apk bind
mount none /dev/null /system/priv-app/CellBroadcastLegacyApp/CellBroadcastLegacyApp.apk bind