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

Commit 20608ad6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Config for device specific AudioService."

parents d2c1f93e 89e7a537
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3247,6 +3247,10 @@
         or empty if the default should be used. -->
    <string translatable="false" name="config_deviceSpecificDevicePolicyManagerService"></string>

    <!-- Class name of the device specific implementation to replace the AudioService
         or empty if the default should be used. -->
    <string translatable="false" name="config_deviceSpecificAudioService"></string>

    <!-- Component name of media projection permission dialog -->
    <string name="config_mediaProjectionPermissionDialogComponent" translateable="false">com.android.systemui/com.android.systemui.media.MediaProjectionPermissionActivity</string>

+1 −0
Original line number Diff line number Diff line
@@ -460,6 +460,7 @@
  <java-symbol type="bool" name="config_useDefaultFocusHighlight" />
  <java-symbol type="array" name="config_deviceSpecificSystemServices" />
  <java-symbol type="string" name="config_deviceSpecificDevicePolicyManagerService" />
  <java-symbol type="string" name="config_deviceSpecificAudioService" />
  <java-symbol type="integer" name="config_num_physical_slots" />

  <java-symbol type="color" name="tab_indicator_text_v4" />