overlay: 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
This commit is contained in:
parent
ff57b774d2
commit
fdf589e4a2
1 changed files with 4 additions and 0 deletions
|
@ -31,4 +31,8 @@
|
|||
<!-- B y-intercept --> <item>-0.349361641294833436</item>
|
||||
</string-array>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue