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

Commit 79a34d4c authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

Merge "Default system theme should be DeviceDefault" into nyc-dev am: 10ed7de7

am: 1abdeafb

* commit '1abdeafb':
  Default system theme should be DeviceDefault

Change-Id: I022f07be53c24545135a3a500d1e14055bfce50c
parents 7d13035b 1abdeafb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ public final class SystemServer {
     * visual content.
     */
    private static final int DEFAULT_SYSTEM_THEME =
            com.android.internal.R.style.Theme_Material_Light_DarkActionBar;
            com.android.internal.R.style.Theme_DeviceDefault_Light_DarkActionBar;

    private final int mFactoryTestMode;
    private Timer mProfilerSnapshotTimer;