config.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  3. <!-- Apps that are authorized to access shared accounts -->
  4. <string name="config_appsAuthorizedForSharedAccounts" translatable="false">;com.android.vending;com.android.settings;</string>
  5. <!-- Default service to enable with accessibility shortcut [DO NOT TRANSLATE] -->
  6. <string name="config_defaultAccessibilityService" translatable="false">com.google.android.marvin.talkback/.TalkBackService</string>
  7. <!-- The name of the package that will hold the speech recognizer role by default. -->
  8. <string name="config_systemSpeechRecognizer" translatable="false">com.google.android.tts</string>
  9. <!-- The name of the package that will hold the wellbeing role. -->
  10. <string name="config_systemWellbeing" translatable="false">com.google.android.apps.wellbeing</string>
  11. <!-- The package name for the default wellbeing application. [DO NOT TRANSLATE] -->
  12. <string name="config_defaultWellbeingPackage" translatable="false">com.google.android.apps.wellbeing</string>
  13. <!-- An array of packages that can make sound on the ringer stream in priority-only DND mode -->
  14. <string-array name="config_priorityOnlyDndExemptPackages" translatable="false">
  15. <item>com.android.dialer</item>
  16. <item>com.google.android.dialer</item>
  17. <item>com.android.server.telecom</item>
  18. <item>android</item>
  19. <item>com.android.systemui</item>
  20. </string-array>
  21. <!-- Colon separated list of package names that should be granted DND access -->
  22. <string name="config_defaultDndAccessPackages" translatable="false">com.google.android.gms:com.google.android.apps.wellbeing</string>
  23. <!-- Names of packages that should not be suspended when personal use is blocked by policy. -->
  24. <string-array name="config_packagesExemptFromSuspension" translatable="false">
  25. <item>com.google.android.apps.wellbeing</item>
  26. </string-array>
  27. <!-- List containing the allowed install sources for accessibility service. -->
  28. <string-array name="config_accessibility_allowed_install_source" translatable="false">
  29. <item>com.android.vending</item>
  30. </string-array>
  31. <!-- The names of the packages that will hold the system automotive projection role. -->
  32. <string name="config_systemAutomotiveProjection" translatable="false">com.google.android.projection.gearhead</string>
  33. <!-- The component name for the default profile supervisor, which can be set as a profile owner
  34. even after user setup is complete. The defined component should be used for supervision purposes
  35. only. The component must be part of a system app. -->
  36. <string name="config_defaultSupervisionProfileOwnerComponent" translatable="false">com.google.android.gms/.kids.account.receiver.ProfileOwnerReceiver</string>
  37. <string name="config_systemSupervision" translatable="false">com.google.android.gms.supervision</string>
  38. <!-- The set of system packages on device that are queryable by any app regardless of the
  39. contents of its manifest. -->
  40. <string-array name="config_forceQueryablePackages" translatable="false">
  41. <item>com.android.settings</item>
  42. <item>com.android.providers.settings</item>
  43. <!-- Add packages here -->
  44. <item>com.android.vending</item>
  45. <item>com.google.android.gms</item>
  46. </string-array>
  47. <!-- Component name that accepts settings intents for saved devices.
  48. Used by FastPairSettingsFragment. -->
  49. <string translatable="false" name="config_defaultNearbyFastPairSettingsDevicesComponent">com.google.android.gms/com.google.android.gms.nearby.discovery.devices.SavedDevicesSettingsActivity</string>
  50. <!-- The name of the package that will hold the game service role. -->
  51. <string name="config_systemGameService" translatable="false">com.google.android.gms</string>
  52. <!-- The name of the package that will hold the device management role and its certificate's SHA256. -->
  53. <string name="config_devicePolicyManagement" translatable="false">com.google.android.apps.work.clouddpc:23962F4B43B9857638EA66F4D419518EAE282491ACDA4B94707BD59003C45E58</string>
  54. <!-- The name of the package that will handle updating the device management role. -->
  55. <string name="config_devicePolicyManagementUpdater" translatable="false">com.google.android.gms</string>
  56. <!-- Flag indicating which package name can access the persistent data partition -->
  57. <string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string>
  58. </resources>