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

Commit 8a1a40d0 authored by Eugene Susla's avatar Eugene Susla
Browse files

Rename CDM provider config property

Also make it public for to be consistent with others

Test: ensure GMS gets teh CDM provider role
Bug: 181344542
Change-Id: I6cf1cebf1e4f225a88f6591cea449d15c85760b8
parent ea3d7170
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -371,6 +371,7 @@ package android {
    field public static final int config_systemAudioIntelligence;
    field public static final int config_systemAutomotiveCluster;
    field public static final int config_systemAutomotiveProjection;
    field public static final int config_systemCompanionDeviceProvider;
    field public static final int config_systemContacts;
    field public static final int config_systemGallery = 17039399; // 0x1040027
    field public static final int config_systemNotificationIntelligence;
+2 −7
Original line number Diff line number Diff line
@@ -3714,13 +3714,6 @@
     -->
    <string name="config_defaultWellbeingPackage" translatable="false"></string>

    <!-- The package name for the companion provider app.
         This package must be trusted, as it has the permissions to associate apps with devices
         without a UI prompt.
         Example: "com.google.android.gms"
     -->
    <string name="config_companionProviderPackage" translatable="false"></string>

    <!-- The component name for the default system attention service.
         This service must be trusted, as it can be activated without explicit consent of the user.
         See android.attention.AttentionManagerService.
@@ -4854,4 +4847,6 @@
    <string name="config_systemTextIntelligence" translatable="false"></string>
    <!-- On-device intelligent processor for visual features. -->
    <string name="config_systemVisualIntelligence" translatable="false"></string>
    <!-- On-device package for providing companion device associations. -->
    <string name="config_systemCompanionDeviceProvider" translatable="false"></string>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -3225,6 +3225,8 @@
    <public name="config_systemVisualIntelligence" />
    <!-- @hide @SystemApi -->
    <public name="config_systemActivityRecognizer" />
    <!-- @hide @SystemApi -->
    <public name="config_systemCompanionDeviceProvider"/>
  </staging-public-group>

  <staging-public-group type="id" first-id="0x01020055">
+0 −1
Original line number Diff line number Diff line
@@ -3536,7 +3536,6 @@
  <java-symbol type="string" name="notification_channel_do_not_disturb" />
  <java-symbol type="string" name="notification_channel_accessibility_magnification" />
  <java-symbol type="string" name="notification_channel_accessibility_security_policy" />
  <java-symbol type="string" name="config_companionProviderPackage" />
  <java-symbol type="string" name="config_defaultAutofillService" />
  <java-symbol type="string" name="config_defaultOnDeviceSpeechRecognitionService" />
  <java-symbol type="string" name="config_defaultTextClassifierPackage" />