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

Commit fad0b5e1 authored by Beverly Tai's avatar Beverly Tai Committed by Android (Google) Code Review
Browse files

Merge "Make AlwaysOnDisplayPolicy a singleton" into sc-dev

parents f0931385 09452269
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);
    }