Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经按照 Facebook android 发送请求对话框教程我的朋友确实收到了请求,但是他们看不到我与请求关联的消息。
例如 params.putString("message", "Learn how to make your Android apps social");
params.putString("message", "Learn how to make your Android apps social");
这条消息应该显示在哪里?
尝试这个,
Bundle extras = getIntent().getExtras(); String message = extras.getString("message");