config.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  3. <!-- Default service to enable with accessibility shortcut [DO NOT TRANSLATE] -->
  4. <string name="config_defaultAccessibilityService" translatable="false">com.google.android.marvin.talkback/.TalkBackService</string>
  5. <!-- The name of the package that will hold the speech recognizer role by default. -->
  6. <string name="config_systemSpeechRecognizer" translatable="false">com.google.android.tts</string>
  7. <!-- The name of the package that will hold the wellbeing role. -->
  8. <string name="config_systemWellbeing" translatable="false">com.google.android.apps.wellbeing</string>
  9. <!-- The package name for the default wellbeing application. [DO NOT TRANSLATE] -->
  10. <string name="config_defaultWellbeingPackage" translatable="false">com.google.android.apps.wellbeing</string>
  11. <!-- An array of packages that can make sound on the ringer stream in priority-only DND mode -->
  12. <string-array name="config_priorityOnlyDndExemptPackages" translatable="false">
  13. <item>com.android.dialer</item>
  14. <item>com.google.android.dialer</item>
  15. <item>com.android.server.telecom</item>
  16. <item>android</item>
  17. <item>com.android.systemui</item>
  18. </string-array>
  19. <!-- Colon separated list of package names that should be granted DND access -->
  20. <string name="config_defaultDndAccessPackages" translatable="false">com.google.android.gms:com.google.android.apps.wellbeing</string>
  21. <!-- Names of packages that should not be suspended when personal use is blocked by policy. -->
  22. <string-array name="config_packagesExemptFromSuspension" translatable="false">
  23. <item>com.google.android.apps.wellbeing</item>
  24. </string-array>
  25. <!-- List containing the allowed install sources for accessibility service. -->
  26. <string-array name="config_accessibility_allowed_install_source" translatable="false">
  27. <item>com.android.vending</item>
  28. </string-array>
  29. <!-- The names of the packages that will hold the system automotive projection role. -->
  30. <string name="config_systemAutomotiveProjection" translatable="false">com.google.android.projection.gearhead</string>
  31. </resources>