Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a2271f3 authored by Grace Cheng's avatar Grace Cheng Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: Ia6f069bca078ab20f8e0dc5da5d7e26f5b92e5ec
parents 2b767d5f cfba7b01
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -1759,6 +1759,13 @@
        <item>com.android.location.fused</item>
        <item>com.android.location.fused</item>
    </string-array>
    </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. -->
    <!-- This string array can be overriden to enable test location providers initially. -->
    <!-- Array of "[locationProviderName],[requiresNetwork],
    <!-- Array of "[locationProviderName],[requiresNetwork],
         [requiresSatellite],[requiresCell],[hasMonetaryCost],
         [requiresSatellite],[requiresCell],[hasMonetaryCost],
+1 −0
Original line number Original line Diff line number Diff line
@@ -1899,6 +1899,7 @@
  <java-symbol type="array" name="radioAttributes" />
  <java-symbol type="array" name="radioAttributes" />
  <java-symbol type="array" name="config_oemUsbModeOverride" />
  <java-symbol type="array" name="config_oemUsbModeOverride" />
  <java-symbol type="array" name="config_locationProviderPackageNames" />
  <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_locationExtraPackageNames" />
  <java-symbol type="array" name="config_testLocationProviders" />
  <java-symbol type="array" name="config_testLocationProviders" />
  <java-symbol type="array" name="config_defaultNotificationVibePattern" />
  <java-symbol type="array" name="config_defaultNotificationVibePattern" />