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

Commit db30124a authored by Tenghui Zhu's avatar Tenghui Zhu Committed by Android (Google) Code Review
Browse files

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

parents 5169137f 35a36f18
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.