Loading core/res/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -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> core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading telephony/java/com/android/internal/telephony/RILConstants.java +1 −0 Original line number Diff line number Diff line Loading @@ -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 */ } Loading
core/res/res/values/config.xml +3 −0 Original line number Diff line number Diff line Loading @@ -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>
core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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" /> Loading
telephony/java/com/android/internal/telephony/RILConstants.java +1 −0 Original line number Diff line number Diff line Loading @@ -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 */ }