You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside onReceive, there are two if (intent.getAction().equals(IME_MESSAGE)) ,and the second one getStringExtra mcode, the second one shoule be IME_META_KEYCODE?
i get null point error on line 102 when input text.
The text was updated successfully, but these errors were encountered:
Inside onReceive, there are two
if (intent.getAction().equals(IME_MESSAGE))
,and the second one getStringExtra mcode, the second one shoule be IME_META_KEYCODE?i get null point error on line 102 when input text.
The text was updated successfully, but these errors were encountered: