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

Commit a5e26a60 authored by Jüri Schultz's avatar Jüri Schultz Committed by Chirayu Desai
Browse files

Samsung STK support

Change-Id: I08d169bc466df290fca838b09f6b0fbea2ac82a8
parent ea28c5a0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1051,4 +1051,7 @@
    <!-- Setting to false will disable CM's IME switcher implementation for tablets -->
    <bool name="config_show_cmIMESwitcher">true</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
@@ -1827,6 +1827,7 @@
  <java-symbol type="integer" name="config_backKillTimeout" />
  <java-symbol type="bool" name="config_show_cmIMESwitcher"/>
  <java-symbol type="bool" name="config_smsSamsungCdmaAlternateMessageIDEncoding" />
  <java-symbol type="bool" name="config_samsung_stk" />

  <!-- Notification and battery light -->
  <java-symbol type="bool" name="config_intrusiveBatteryLed" />
+1 −0
Original line number Diff line number Diff line
@@ -297,4 +297,5 @@ cat include/telephony/ril.h | \
    int RIL_UNSOL_EXIT_EMERGENCY_CALLBACK_MODE = 1033;
    int RIL_UNSOL_RIL_CONNECTED = 1034;
    int RIL_UNSOL_VOICE_RADIO_TECH_CHANGED = 1035;
    int RIL_UNSOL_STK_SEND_SMS_RESULT = 11002; /* Samsung STK */
}