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

Commit a81d7de0 authored by Galia Peycheva's avatar Galia Peycheva
Browse files

Remove @UnsupportedAppUsage from DreamService.setWindowless

setWindowless is a hidden API since 2014 and was marked
@UnsupportedAppUsage in 2018. It is not known to be used anywhere as
reported by go/nonsdk-dash. This CL removes the @UnsupportedAppUsage.

Bug: 151221085

Test: m

Change-Id: Ic95a2d9da4eb9f4abeba75a35ebe1f8921fb2416
parent 6820d68e
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;
    }