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

Commit da6d88b8 authored by Reema Bajwa's avatar Reema Bajwa Committed by Android (Google) Code Review
Browse files

Merge "Add config definitions for a default hybrid service"

parents cfbbaf0c 531be0b7
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -4243,6 +4243,19 @@
    -->
    <string name="config_defaultSearchUiService" translatable="false"></string>

    <!-- The component name, flattened to a string, for the system's credential manager
      hybrid service. This service allows credential retrieval and storage from, and to
      remote devices.

     This service must be trusted, as it can be activated without explicit consent of the user.
     If no service with the specified name exists on the device, credential manager
     will still work, but remote credential retrieval and storage will not be offered to
     the user.

     See android.credentials.CredentialManager
    -->
    <string name="config_defaultCredentialManagerHybridService" translatable="false"></string>

    <!-- The package name for the system's smartspace service.
     This service returns smartspace results.

+1 −0
Original line number Diff line number Diff line
@@ -3688,6 +3688,7 @@
  <java-symbol type="string" name="config_defaultTranslationService" />
  <java-symbol type="string" name="config_defaultAppPredictionService" />
  <java-symbol type="string" name="config_defaultContentSuggestionsService" />
  <java-symbol type="string" name="config_defaultCredentialManagerHybridService" />
  <java-symbol type="string" name="config_defaultSearchUiService" />
  <java-symbol type="string" name="config_defaultSmartspaceService" />
  <java-symbol type="string" name="config_defaultWallpaperEffectsGenerationService" />