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

Commit 62e6c414 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Simon Shields
Browse files

Forward port Samsung STK support (frameworks/base)

[pawitp: port to Lollipop]

Change-Id: I08d169bc466df290fca838b09f6b0fbea2ac82a8
parent e2a5d343
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2746,4 +2746,7 @@
         the Emergency Call while the device is non-interactive. -->
    <bool name="config_emergencyCallOnPowerkeyTapGestureEnabled">false</bool>
    <bool name="config_volte_preferred">false</bool>

    <!-- Boolean to enable stk functionality on Samsung phones -->
    <bool name="config_samsung_stk">false</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -2687,6 +2687,7 @@

  <!-- Config.xml entries -->
  <java-symbol type="bool" name="config_show_cmIMESwitcher"/>
  <java-symbol type="bool" name="config_samsung_stk" />

  <!-- Developer settings - Kill app back press -->
  <java-symbol type="string" name="app_killed_message" />
+2 −0
Original line number Diff line number Diff line
@@ -469,4 +469,6 @@ cat include/telephony/ril.h | \
    int RIL_UNSOL_LCEDATA_RECV = 1045;
    int RIL_UNSOL_RESPONSE_ADN_INIT_DONE = 1046;
    int RIL_UNSOL_RESPONSE_ADN_RECORDS = 1047;

    int RIL_UNSOL_STK_SEND_SMS_RESULT = 11002; /* Samsung STK */
}