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

Commit 96203c85 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Steve Kondik
Browse files

Forward port Samsung STK support (frameworks/base)

[pawitp: port to Lollipop]

Change-Id: I08d169bc466df290fca838b09f6b0fbea2ac82a8
parent cdafde28
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2076,4 +2076,7 @@
    <!-- The list of components which should be automatically disabled. -->
    <string-array name="config_disabledComponents" translatable="false">
    </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
@@ -2214,6 +2214,7 @@
  <!-- Config.xml entries -->
  <java-symbol type="integer" name="config_backKillTimeout" />
  <java-symbol type="bool" name="config_show_cmIMESwitcher"/>
  <java-symbol type="bool" name="config_samsung_stk" />

  <!-- Notification and battery light -->
  <java-symbol type="bool" name="config_intrusiveNotificationLed" />
+1 −0
Original line number Diff line number Diff line
@@ -363,4 +363,5 @@ cat include/telephony/ril.h | \
    int RIL_UNSOL_HARDWARE_CONFIG_CHANGED = 1040;
    int RIL_UNSOL_ON_SS = 1042;
    int RIL_UNSOL_STK_CC_ALPHA_NOTIFY = 1043;
    int RIL_UNSOL_STK_SEND_SMS_RESULT = 11002; /* Samsung STK */
}