From a6b6c5f5e21bf43211467dc653875ad7befa29b8 Mon Sep 17 00:00:00 2001 From: pix106 Date: Thu, 9 Mar 2023 06:33:38 +0100 Subject: [PATCH] clover: rootdir: bind GoogleDialer and GoogleMessages to /dev/null on wifi only devices Signed-off-by: pix106 --- rootdir/etc/init.device.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootdir/etc/init.device.rc b/rootdir/etc/init.device.rc index 5b876cc..441d90f 100644 --- a/rootdir/etc/init.device.rc +++ b/rootdir/etc/init.device.rc @@ -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