Bundle bundle = getIntent().getExtras();
请问,getIntent() 这个在 android API java API 中都查不到,getIntent()属于什么函数?
------解决思路----------------------
不是Activity的一个方法么
------解决思路----------------------
在 android.app 下的 Activity中
getIntent()
Return the intent that started this activity.