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

am: 83e714bcc9

* commit '83e714bcc9a72d7f74fbee76065e68cd3e93f882':
  Default system theme should be DeviceDefault

Change-Id: I9aba0cd74d6cde865489b6204ba2313ade5b6881
This commit is contained in:
Alan Viverette
2016-05-25 14:33:57 +00:00
committed by android-build-merger

View File

@@ -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;