Loading core/java/android/app/Activity.java +7 −0 Original line number Diff line number Diff line Loading @@ -3898,7 +3898,14 @@ public class Activity extends ContextThemeWrapper } final void performPause() { mCalled = false; onPause(); if (!mCalled && getApplicationInfo().targetSdkVersion >= android.os.Build.VERSION_CODES.GINGERBREAD) { throw new SuperNotCalledException( "Activity " + mComponent.toShortString() + " did not call through to super.onPause()"); } } final void performUserLeaving() { Loading Loading
core/java/android/app/Activity.java +7 −0 Original line number Diff line number Diff line Loading @@ -3898,7 +3898,14 @@ public class Activity extends ContextThemeWrapper } final void performPause() { mCalled = false; onPause(); if (!mCalled && getApplicationInfo().targetSdkVersion >= android.os.Build.VERSION_CODES.GINGERBREAD) { throw new SuperNotCalledException( "Activity " + mComponent.toShortString() + " did not call through to super.onPause()"); } } final void performUserLeaving() { Loading