mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
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:
parent
a1c75db165
commit
d25fc0d03c
1 changed files with 6 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
||||||
<bool name="config_unplugTurnsOnScreen">true</bool>
|
<bool name="config_unplugTurnsOnScreen">true</bool>
|
||||||
|
|
||||||
<!-- Control the behavior when the user long presses the power button.
|
<!-- Control the behavior when the user long presses the power button.
|
||||||
0 - Nothing
|
0 - Nothing
|
||||||
1 - Global actions menu
|
1 - Global actions menu
|
||||||
2 - Power off (with confirmation)
|
2 - Power off (with confirmation)
|
||||||
3 - Power off (without confirmation)
|
3 - Power off (without confirmation)
|
||||||
|
|
@ -78,6 +78,11 @@
|
||||||
<bool name="config_pinnerCameraApp">false</bool>
|
<bool name="config_pinnerCameraApp">false</bool>
|
||||||
<bool name="config_pinnerHomeApp">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 -->
|
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
|
||||||
<integer-array name="config_keyboardTapVibePattern">
|
<integer-array name="config_keyboardTapVibePattern">
|
||||||
<item>10</item>
|
<item>10</item>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue