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

Commit 5342d9d0 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: I5675dfbeac02c569a208f18680efe6ff144d02c0
parents 075934e0 fad0b5e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -339,6 +339,7 @@ public class DependencyProvider {

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