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

Commit 89e7a537 authored by Chinyue Chen's avatar Chinyue Chen
Browse files

Config for device specific AudioService.

The config is to be used by ARC++ to load a customized AudioService.

Bug: 69927742
Test: Builds correctly.
Change-Id: I4a3f16ca6f050a9b60df04232f96646a087605cc
parent 8b314b2b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3244,6 +3244,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" />