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

Commit 6e5badf6 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

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

* commit '4dff2ab5':
  Activity.onStop(Bundle) does not exist
parents 3034558e 4dff2ab5
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();
    }