Merge "Default system theme should be DeviceDefault" into nyc-dev

am: 10ed7de7ae

* commit '10ed7de7ae1ef1ac10b596c688182642acaca674':
  Default system theme should be DeviceDefault

Change-Id: I7cbcecaed22b504ce64c7b279df8f7c1d7bc35e8
This commit is contained in:
Alan Viverette
2016-05-25 14:28:01 +00:00
committed by android-build-merger

View File

@@ -176,7 +176,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;