Skip to content

Commit 4dff2ab

Browse files
marconeAndroid (Google) Code Review
authored andcommitted
Merge "Activity.onStop(Bundle) does not exist" into jb-mr1-dev
2 parents 68d7897 + c7fb118 commit 4dff2ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaFrameworkTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ public void onCreate(Bundle icicle) {
9898
mWakeLock.acquire();
9999
}
100100

101-
public void onStop(Bundle icicle) {
101+
@Override
102+
public void onDestroy() {
103+
super.onDestroy();
102104
mWakeLock.release();
103105
}
104106

0 commit comments

Comments
 (0)