Merge "Update documentation for Activity#onCreate." into pi-dev

am: 2b9620cc71

Change-Id: Ida3fd0947d97a6e26547d4182691ae8c66f5705c
This commit is contained in:
Bryce Lee
2018-03-12 20:50:19 +00:00
committed by android-build-merger

View File

@@ -995,9 +995,9 @@ public class Activity extends ContextThemeWrapper
* cursors for data being displayed, etc.
*
* <p>You can call {@link #finish} from within this function, in
* which case onDestroy() will be immediately called without any of the rest
* of the activity lifecycle ({@link #onStart}, {@link #onResume},
* {@link #onPause}, etc) executing.
* which case onDestroy() will be immediately called after {@link #onCreate} without any of the
* rest of the activity lifecycle ({@link #onStart}, {@link #onResume}, {@link #onPause}, etc)
* executing.
*
* <p><em>Derived classes must call through to the super class's
* implementation of this method. If they do not, an exception will be