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

Commit 353f405b authored by Ravindra's avatar Ravindra
Browse files

Add reject via sms config item.

Define config_reject_call_via_sms_enabled to enable/disable
reject via sms featue.

Change-Id: I878372acd490877c2759687f21cbb08a41ce6045
CRs-Fixed: 771780
parent 2478e8bd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2079,4 +2079,7 @@
   <integer name="ascrollboost_schedboost">0</integer>
   <integer name="ascrollboost_cpuboost">0</integer>
   <integer name="ascrollboost_pcdisbl">0</integer>

   <!-- Controlling respond call via sms feature via config item -->
   <bool name="config_reject_call_via_sms_enabled">true</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -2217,4 +2217,5 @@
  <java-symbol type="integer" name="ascrollboost_schedboost" />
  <java-symbol type="integer" name="ascrollboost_cpuboost" />
  <java-symbol type="integer" name="ascrollboost_pcdisbl" />
  <java-symbol type="bool" name="config_reject_call_via_sms_enabled"/>
</resources>