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

Commit 65bab11d authored by Beverly Tai's avatar Beverly Tai Committed by Automerger Merge Worker
Browse files

Merge "Make AlwaysOnDisplayPolicy a singleton" into sc-dev am: fad0b5e1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13879779

Change-Id: I5bc499643361a518b6b008377982058ce147c3b2
parents b846af5a fad0b5e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -324,6 +324,7 @@ public class DependencyProvider {

    /** */
    @Provides
    @SysUISingleton
    public AlwaysOnDisplayPolicy provideAlwaysOnDisplayPolicy(Context context) {
        return new AlwaysOnDisplayPolicy(context);
    }