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

Commit 21163f4e authored by Hai Zhang's avatar Hai Zhang
Browse files

Add config for default holders of call redirection and call screening.

Test: presubmit
Fixes: 144105784
Change-Id: I581cfa45dd6263593c390556cf49d55c8281daed
parent 833adffe
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -261,6 +261,8 @@ package android {
  public static final class R.string {
  public static final class R.string {
    field public static final int config_defaultAssistant = 17039393; // 0x1040021
    field public static final int config_defaultAssistant = 17039393; // 0x1040021
    field public static final int config_defaultBrowser = 17039394; // 0x1040022
    field public static final int config_defaultBrowser = 17039394; // 0x1040022
    field public static final int config_defaultCallRedirection = 17039400; // 0x1040028
    field public static final int config_defaultCallScreening = 17039401; // 0x1040029
    field public static final int config_defaultDialer = 17039395; // 0x1040023
    field public static final int config_defaultDialer = 17039395; // 0x1040023
    field public static final int config_defaultSms = 17039396; // 0x1040024
    field public static final int config_defaultSms = 17039396; // 0x1040024
    field public static final int config_feedbackIntentExtraKey = 17039391; // 0x104001f
    field public static final int config_feedbackIntentExtraKey = 17039391; // 0x104001f
+4 −0
Original line number Original line Diff line number Diff line
@@ -1865,6 +1865,10 @@
    <bool name="config_showDefaultEmergency">false</bool>
    <bool name="config_showDefaultEmergency">false</bool>
    <!-- Whether the default home settings should be shown. -->
    <!-- Whether the default home settings should be shown. -->
    <bool name="config_showDefaultHome">true</bool>
    <bool name="config_showDefaultHome">true</bool>
    <!-- The name of the package that will hold the call redirection role by default. -->
    <string name="config_defaultCallRedirection" translatable="false"></string>
    <!-- The name of the package that will hold the call screening role by default. -->
    <string name="config_defaultCallScreening" translatable="false"></string>


    <!-- Enable/disable default bluetooth profiles:
    <!-- Enable/disable default bluetooth profiles:
        HSP_AG, ObexObjectPush, Audio, NAP -->
        HSP_AG, ObexObjectPush, Audio, NAP -->
+4 −0
Original line number Original line Diff line number Diff line
@@ -3022,6 +3022,10 @@
      <public name="notification_channel_network_alerts" />
      <public name="notification_channel_network_alerts" />
      <!-- @hide @SystemApi -->
      <!-- @hide @SystemApi -->
      <public name="notification_channel_network_available" />
      <public name="notification_channel_network_available" />
      <!-- @hide @SystemApi -->
      <public name="config_defaultCallRedirection" />
      <!-- @hide @SystemApi -->
      <public name="config_defaultCallScreening" />
    </public-group>
    </public-group>


    <public-group type="bool" first-id="0x01110005">
    <public-group type="bool" first-id="0x01110005">