Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83931428 authored by razorloves's avatar razorloves Committed by Rohit Sekhar
Browse files

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
parent fa512e69
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -817,6 +817,11 @@
        <item>0:2:15</item>  <!-- ID0:Fingerprint:Strong -->
    </string-array>


    <!-- List of comma separated package names for which we the system will not show crash, ANR,
         etc. dialogs. -->
    <string name="config_appsNotReportingCrashes" translatable="false">com.google.android.euicc</string>

    <!-- An array of device capabilities defined by GSMA SGP.22 v2.0.
         The first item is the capability name that the device supports. The second item is the
         major version. The minor and revision versions are default to 0s.