From 35a36f1855839b9130e42b82a8e9101a8578d01e Mon Sep 17 00:00:00 2001 From: Tenghui Zhu Date: Mon, 14 Oct 2013 16:16:18 +0000 Subject: Revert "Play the video on top of lock screen" This reverts commit 417f074dbcf07843bf02e762c2fe3b23fe8af32b. From the discussion in the bug, for Carlsbad, we will take the JBMR2 approach for safety concern. Change-Id: Ieae45e1ae7580c94c08277e580b123e6f504a3b4 bug:11190995 --- src/com/android/gallery3d/app/MovieActivity.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/com/android/gallery3d/app/MovieActivity.java') diff --git a/src/com/android/gallery3d/app/MovieActivity.java b/src/com/android/gallery3d/app/MovieActivity.java index 8bf9b55df..40edbbe4d 100644 --- a/src/com/android/gallery3d/app/MovieActivity.java +++ b/src/com/android/gallery3d/app/MovieActivity.java @@ -109,7 +109,6 @@ public class MovieActivity extends Activity { WindowManager.LayoutParams winParams = win.getAttributes(); winParams.buttonBrightness = WindowManager.LayoutParams.BRIGHTNESS_OVERRIDE_OFF; winParams.flags |= WindowManager.LayoutParams.FLAG_FULLSCREEN; - winParams.flags |= WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED; win.setAttributes(winParams); // We set the background in the theme to have the launching animation. -- cgit v1.2.3