From 61a571bf458d5b7f5f13a40cc62120250355d1d5 Mon Sep 17 00:00:00 2001 From: TH779 Date: Sat, 16 Oct 2021 13:11:38 +0200 Subject: [PATCH] sm6250-common: Disable settings provider model * When it is enabled, if we have multiple SIM cards, the networks settings UX will only show the first SIM card. * Thanks to Telegram@CyberPhantom52 for the fix patch. Signed-off-by: TH779 Change-Id: I2690e6dcd69f8e0fe814ea3c92c85d7c6f894166 --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index 091ec46..99049e8 100644 --- a/system.prop +++ b/system.prop @@ -29,5 +29,8 @@ media.settings.xml=/vendor/etc/media_profiles_vendor.xml # Netflix ro.netflix.bsp_rev=Q6250-19132-1 +# Radio +persist.sys.fflag.override.settings_provider_model=false + # SSR persist.vendor.ssr.restart_level=ALL_ENABLE