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

Commit 3ac6f3de authored by vaibsinghal's avatar vaibsinghal
Browse files

This configuration defines a static list of package names for preloaded agents...

This configuration defines a static list of package names for preloaded agents that are authorized to use App Functions features. It acts as a fallback allowlist when the updatable allowlist is not available.

Test: atest FrameworksAppFunctionsTests
Flag: android.permission.flags.app_function_access_service_enabled
Flag: android.permission.flags.app_function_access_api_enabled
Bug: 439532525
Test: atest FrameworksAppFunctionsTests
Change-Id: I76ef9fdd22741b48d2ff55bae770ec44f4564853
parent 2c5b8426
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -7671,6 +7671,12 @@
    <string-array name="config_appFunctionDeviceSettingsPackages" translatable="false">
    </string-array>

    <!-- Defines the default allowlist of package names for preloaded agents authorized to use App
         Function features. This static list operates as a fallback allowlist in case the
         updatable allowlist is not available. -->
    <string-array name="config_defaultAppFunctionAgentAllowlist" translatable="false">
    </string-array>

    <!-- Package name for developer verification service provider app [DO NOT TRANSLATE] -->
    <string name="config_developerVerificationServiceProviderPackageName" translatable="false"></string>
    <!-- Package name for developer verification policy delegate app [DO NOT TRANSLATE] -->
+1 −0
Original line number Diff line number Diff line
@@ -6332,6 +6332,7 @@

  <!-- For App Functions -->
  <java-symbol type="array" name="config_appFunctionDeviceSettingsPackages" />
  <java-symbol type="array" name="config_defaultAppFunctionAgentAllowlist" />

  <!-- Action for opening trusted location settings page -->
  <java-symbol type="string" name="trusted_location_settings_action" />