这是
Activity#onCreate()-几乎所有评论的来源(原始-
参见〜800行):
protected void onCreate(Bundle savedInstanceState) { mVisibleFromClient = !mWindow.getWindowStyle().getBoolean( com.android.internal.R.styleable.Window_windowNoDisplay, false); mCalled = true;}因此,我的猜测是ADT Eclipse插件会自动
super.onCreate()为您添加该调用。不过,这完全是猜测。



