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

Commit 75f2692d authored by Oleg Petšjonkin's avatar Oleg Petšjonkin
Browse files

Deprecate DisplayManagerFlags

Mark DisplayManagerFlags as deprecated, encouraging the use of the new Flags class.

Bug: 440342129
Test: N/A, class deprecation
Flag: EXEMPT, class deprecation
Change-Id: Ic21aff60afc3b906437874e87865d34a6a3ada8b
parent 2777af5c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,7 +33,9 @@ import java.util.function.Supplier;

/**
 * Utility class to read the flags used in the display manager server.
 * @deprecated use {@link Flags} directly, see b/440342129
 */
@Deprecated
public class DisplayManagerFlags {
    private static final String TAG = "DisplayManagerFlags";