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

Commit 1176973c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "IMS: Support incoming call barring requests over IMS."

parents e5ce4b11 0e3f90e0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,4 +32,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Configuration for sending and receiving Mms when mobile data is disabled.-->
     <bool name="config_enable_mms_with_mobile_data_off">true</bool>
    <!-- To disable/enable call barring requests over IMS -->
    <bool name="config_enable_callbarring_over_ims">true</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -32,4 +32,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Configuration for sending and receiving Mms when mobile data is disabled.-->
     <bool name="config_enable_mms_with_mobile_data_off">true</bool>
    <!-- To disable/enable call barring requests over IMS -->
    <bool name="config_enable_callbarring_over_ims">true</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -32,4 +32,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Configuration for sending and receiving Mms when mobile data is disabled.-->
     <bool name="config_enable_mms_with_mobile_data_off">true</bool>
    <!-- To disable/enable call barring requests over IMS -->
    <bool name="config_enable_callbarring_over_ims">true</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -32,4 +32,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Configuration for sending and receiving Mms when mobile data is disabled.-->
     <bool name="config_enable_mms_with_mobile_data_off">true</bool>
    <!-- To disable/enable call barring requests over IMS -->
    <bool name="config_enable_callbarring_over_ims">true</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -41,4 +41,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    <bool name="config_enable_display_14digit_imei">false</bool>
    <!-- Controlling respond call via sms feature via config item -->
    <bool name="config_reject_call_via_sms_enabled">true</bool>
    <!-- To disable/enable call barring requests over IMS -->
    <bool name="config_enable_callbarring_over_ims">false</bool>
</resources>
Loading