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

Commit 444bfa05 authored by Galia Peycheva's avatar Galia Peycheva Committed by Android (Google) Code Review
Browse files

Merge "Remove @UnsupportedAppUsage from DreamService.setWindowless" into rvc-dev

parents 5527ace0 a81d7de0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -609,9 +609,7 @@ public class DreamService extends Service implements Window.Callback {
     *
     * @hide
     *
     * TODO: Remove @UnsupportedAppUsage.
     */
    @UnsupportedAppUsage
    public void setWindowless(boolean windowless) {
        mWindowless = windowless;
    }