universal7885: Don't warn user about FC in Google TTS

* This happens on almost all FDE devices, I don't see any workaround other than hiding these dialogs
This commit is contained in:
Henrique Silva 2022-01-19 06:20:57 +01:00 committed by roynaetch2544
commit d25fc0d03c
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D

View file

@ -57,7 +57,7 @@
<bool name="config_unplugTurnsOnScreen">true</bool>
<!-- Control the behavior when the user long presses the power button.
0 - Nothing
0 - Nothing
1 - Global actions menu
2 - Power off (with confirmation)
3 - Power off (without confirmation)
@ -78,6 +78,11 @@
<bool name="config_pinnerCameraApp">false</bool>
<bool name="config_pinnerHomeApp">false</bool>
<!-- List of comma separated package names for
which we the system will not show crash, ANR,
etc. dialogs. -->
<string name="config_appsNotReportingCrashes">com.google.android.tts</string
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
<integer-array name="config_keyboardTapVibePattern">
<item>10</item>