Merge "Default system theme should be DeviceDefault" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
10ed7de7ae
@@ -176,7 +176,7 @@ public final class SystemServer {
|
|||||||
* visual content.
|
* visual content.
|
||||||
*/
|
*/
|
||||||
private static final int DEFAULT_SYSTEM_THEME =
|
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 final int mFactoryTestMode;
|
||||||
private Timer mProfilerSnapshotTimer;
|
private Timer mProfilerSnapshotTimer;
|
||||||
|
|||||||
Reference in New Issue
Block a user