Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4dff2ab5 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "Activity.onStop(Bundle) does not exist" into jb-mr1-dev

parents 68d78978 c7fb118d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -98,7 +98,9 @@ public class MediaFrameworkTest extends Activity implements SurfaceHolder.Callba
        mWakeLock.acquire();
    }

    public void onStop(Bundle icicle) {
    @Override
    public void onDestroy() {
        super.onDestroy();
        mWakeLock.release();
    }