您的位置:首页 > 其它

startActivityForResult 参数限制

2015-05-28 11:38 295 查看
public void startActivityForResult (Intent intent, int requestCode)

Parameters

intent The intent to start.

requestCode If >= 0, this code will be returned in onActivityResult() when the activity exits.

Throws

android.content.ActivityNotFoundException
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息