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

This commit is contained in:
Alan Viverette
2016-05-25 14:18:27 +00:00
committed by Android (Google) Code Review

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;