/** Return the intent that started this activity. */
public Intent getIntent() {
return mIntent;
}
返回:当前Activity的Intent,所以不为null.
/** Return the intent that started this activity. */
public Intent getIntent() {
return mIntent;
}
返回:当前Activity的Intent,所以不为null.