Merge "Activity.onStop(Bundle) does not exist" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4dff2ab52b
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user