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

Commit 955453e8 authored by Reema Bajwa's avatar Reema Bajwa
Browse files

Add credMan default provider config

Test: built locally
Bug: 268212347

Change-Id: I4b73daa707abefc798086ce86cc714b3908b0f23
parent 90f50de6
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -4375,6 +4375,18 @@
    -->
    <string name="config_defaultCredentialManagerHybridService" translatable="false"></string>

    <!-- The component name, flattened to a string, for the system's credential manager
      provider service. This service allows credential retrieval and storage od credentials.

     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, there will be no user configurable
     provider to service credential manager requests. However, credential manager system
     services that do not require user consent, will still work.

     See android.credentials.CredentialManager
    -->
    <string name="config_defaultCredentialProviderService" 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
@@ -3729,6 +3729,7 @@
  <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_defaultCredentialProviderService" />
  <java-symbol type="string" name="config_defaultSearchUiService" />
  <java-symbol type="string" name="config_defaultSmartspaceService" />
  <java-symbol type="string" name="config_defaultWallpaperEffectsGenerationService" />