config.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. <!-- The component name for the default profile supervisor, which can be set as a profile owner
  32. even after user setup is complete. The defined component should be used for supervision purposes
  33. only. The component must be part of a system app. -->
  34. <string name="config_defaultSupervisionProfileOwnerComponent" translatable="false">com.google.android.gms/.kids.account.receiver.ProfileOwnerReceiver</string>
  35. <!-- The set of system packages on device that are queryable by any app regardless of the
  36. contents of its manifest. -->
  37. <string-array name="config_forceQueryablePackages" translatable="false">
  38. <item>com.android.settings</item>
  39. <item>com.android.providers.settings</item>
  40. <!-- Add packages here -->
  41. <item>com.android.vending</item>
  42. <item>com.google.android.gms</item>
  43. </string-array>
  44. </resources>