diff options
| author | razorloves <razorloves@gmail.com> | 2021-05-30 02:46:31 -0500 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2022-03-26 18:35:15 +0200 |
| commit | 77fccf853137688d7b526ccbb9070877e3ce9986 (patch) | |
| tree | a7887ba1e99080d12343d9f2f012c761323700e1 /overlay-lineage | |
| parent | c108ee870009c1b608a33fb7288725805bbcdd5b (diff) | |
b4s4: 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
Diffstat (limited to 'overlay-lineage')
| -rw-r--r-- | overlay-lineage/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml index 1afff005..3bd9aeb8 100644 --- a/overlay-lineage/frameworks/base/core/res/res/values/config.xml +++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml @@ -19,6 +19,10 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- List of comma separated package names for which we the system will not show crash, ANR, + etc. dialogs. --> + <string translatable="false" name="config_appsNotReportingCrashes">com.google.android.euicc</string> + <!-- Specify if the fingerprint hardware support gestures--> <bool name="config_fingerprintSupportsGestures">true</bool> |
