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

Commit 1214470a authored by Tenghui Zhu's avatar Tenghui Zhu Committed by Android Git Automerger
Browse files

am 94678fc1: am db30124a: Merge "Revert "Play the video on top of lock...

am 94678fc1: am db30124a: Merge "Revert "Play the video on top of lock screen"" into gb-ub-photos-carlsbad

* commit '94678fc1':
  Revert "Play the video on top of lock screen"
parents 74ea45fa 94678fc1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.