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

Commit b7ceb61a authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Forward port Samsung STK support (frameworks/base)

[pawitp: port to Lollipop]

Change-Id: I08d169bc466df290fca838b09f6b0fbea2ac82a8
parent 7ccc672e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2756,4 +2756,7 @@
        <!-- Verizon requires any SMS that starts with //VZWVVM to be treated as a VVM SMS-->
        <item>310004,310010,310012,310013,310590,310890,310910,311110,311270,311271,311272,311273,311274,311275,311276,311277,311278,311279,311280,311281,311282,311283,311284,311285,311286,311287,311288,311289,311390,311480,311481,311482,311483,311484,311485,311486,311487,311488,311489;^//VZWVVM.*</item>
    </string-array>

    <!-- 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
@@ -2709,6 +2709,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
@@ -472,4 +472,6 @@ cat include/telephony/ril.h | \
    int RIL_UNSOL_RESPONSE_ADN_INIT_DONE = 1046;
    int RIL_UNSOL_RESPONSE_ADN_RECORDS = 1047;
    int RIL_UNSOL_PCO_DATA = 1049;

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