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

Commit ecc697be authored by Lucas Silva's avatar Lucas Silva
Browse files

Remove @UnsupportedAppUsage annotation from new dream API

This aidl API is new, and there are no existing apps using it. Therefore it does not need this annotation.

Bug: 325102385
Change-Id: I9b77699cf131fbc2058fb664fa4d36bd8137fb5b
parent e979fca9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ interface IDreamManager {
    boolean isDreaming();
    @UnsupportedAppUsage
    boolean isDreamingOrInPreview();
    @UnsupportedAppUsage
    boolean canStartDreaming(boolean isScreenOn);
    void finishSelf(in IBinder token, boolean immediate);
    void startDozing(in IBinder token, int screenState, int screenBrightness);