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

Unverified Commit f67b833c authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Michael Bestas
Browse files

Forward port Samsung STK support (frameworks/base)

[pawitp: port to Lollipop]

Change-Id: I08d169bc466df290fca838b09f6b0fbea2ac82a8
parent c83655e1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2845,4 +2845,7 @@
    <!-- Older rotation sensors are not setting event.timestamp correctly. Setting to
         true will use SystemClock.elapsedRealtimeNanos() to set timestamp. -->
    <bool name="config_useSystemClockforRotationSensor">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
@@ -2807,6 +2807,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_PCO_DATA = 1046;
    int RIL_UNSOL_RESPONSE_ADN_INIT_DONE = 1047;
    int RIL_UNSOL_RESPONSE_ADN_RECORDS = 1048;

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