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

Commit 94678fc1 authored by Tenghui Zhu's avatar Tenghui Zhu Committed by Android Git Automerger
Browse files

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

* commit 'db30124a':
  Revert "Play the video on top of lock screen"
parents 8cee8116 db30124a
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.