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

Commit 1116524d authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

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

* commit '6e5badf6':
  Activity.onStop(Bundle) does not exist
parents 6625f4df 6e5badf6
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();
    }