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

Commit 531be0b7 authored by Reema Bajwa's avatar Reema Bajwa
Browse files

Add config definitions for a default hybrid service

Test: Built locally
Bug: 253155341

Change-Id: I1db60822107a316f97b603628ad4f73735b68719
parent ab86ac02
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -4258,6 +4258,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
@@ -3761,6 +3761,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" />