/** Return the intent that started this activity. */public Intent getIntent() { return mIntent;}
源码注释说的很清楚,返回启动这个Activity的Intent