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

Commit 323f26a2 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Remove @UnsupportedAppUsage from DreamService.setWindowless" into...

Merge "Remove @UnsupportedAppUsage from DreamService.setWindowless" into rvc-dev am: 444bfa05 am: 210175a2

Change-Id: I11c436175688afedf68b39fb20a329fde48dc2c9
parents 3dfebabd 210175a2
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;
    }