Merge "config for allowlisting adas apps." into sc-dev am: cfba7b01b6 am: ba1b11bc8e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14842899

Change-Id: I7eb3ce699ef4b0a9c9686eaac11e471a0e51ff3b
This commit is contained in:
Grace Cheng
2021-06-07 18:33:28 +00:00
committed by Automerger Merge Worker
2 changed files with 8 additions and 0 deletions

View File

@@ -1759,6 +1759,13 @@
<item>com.android.location.fused</item>
</string-array>
<!-- Package name(s) of Advanced Driver Assistance applications. These packages have additional
management of access to location, specific to driving assistance use-cases. They must be system
packages. This configuration is only applicable to devices that declare
PackageManager.FEATURE_AUTOMOTIVE. -->
<string-array name="config_locationDriverAssistancePackageNames" translatable="false">
</string-array>
<!-- This string array can be overriden to enable test location providers initially. -->
<!-- Array of "[locationProviderName],[requiresNetwork],
[requiresSatellite],[requiresCell],[hasMonetaryCost],

View File

@@ -1899,6 +1899,7 @@
<java-symbol type="array" name="radioAttributes" />
<java-symbol type="array" name="config_oemUsbModeOverride" />
<java-symbol type="array" name="config_locationProviderPackageNames" />
<java-symbol type="array" name="config_locationDriverAssistancePackageNames" />
<java-symbol type="array" name="config_locationExtraPackageNames" />
<java-symbol type="array" name="config_testLocationProviders" />
<java-symbol type="array" name="config_defaultNotificationVibePattern" />