The method setClass(Context, Class>) in the type Intent is not applicable for the arguments (GameV
在当前短信内容的activity中写 Bundle bun = new Bundle(); bun.putString("message", "短信内容"); Intent in = new Intent(第二个Activity.this, 第一个Activity.class); in.putExtras(bun);在要传内容的acti