Skip to content

Commit

Permalink
X00T: Don't warn user about FC in Google TTS
Browse files Browse the repository at this point in the history
Signed-off-by: karthik1896 <[email protected]>
  • Loading branch information
jhenrique09 authored and karthik1896 committed Jul 16, 2022
1 parent ef35b5f commit 6b3dd4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions overlay/frameworks/base/core/res/res/values/custom_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<resources>
<!-- 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>
</resources>

0 comments on commit 6b3dd4b

Please sign in to comment.