From 839314287861fcddbb9785ee652e0a740371002c Mon Sep 17 00:00:00 2001 From: razorloves Date: Sun, 30 May 2021 02:46:31 -0500 Subject: [PATCH 1/3] FP4: Hide user facing crash dialog for EUICC app The GoogleParts app disables the EUICC app when there's no GMS, but it doesn't happen quick enough. The crash dialog pops up a few times right after initial boot up. There's no need to alarm the user, so hide it. Change-Id: Ia06b336b30a8886bae522c6e8a76a1ca15da5edd --- overlay/frameworks/base/core/res/res/values/config.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 8dad8e9..57d6382 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -817,6 +817,11 @@ 0:2:15 + + + com.google.android.euicc + - + gsm,9 utran,10 eutran,15 - + -- GitLab From 5918036fa393becc192b2c495dfdfd83ffa1b97c Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Fri, 24 Apr 2020 00:23:32 -0700 Subject: [PATCH 3/3] FP4: Add 5G RAT Bug: 151964705 Fix: 151964705 Test: Build Change-Id: I6b8fff1d532caa60465ba526522164ebea25c557 --- overlay/frameworks/base/core/res/res/values/config.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index a4a3da4..55e54fc 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -834,11 +834,17 @@ eutran : eutranSupportedRelease nfc : contactlessSupportedRelease crl : rspCrlSupportedVersion + nrepc : nrEpcSupportedRelease + nr5gc : nr5gcSupportedRelease + eutran5gc : eutran5gcSupportedRelease --> gsm,9 utran,10 eutran,15 + nrepc,15 + nr5gc,15 + eutran5gc,15