Make GLIF v2 available to OEMs
Rename GLIF Pixel to GLIF v2 and make available to OEMs. In this model settings read the EXTRA_THEME from the intent and picks between GLIF and GLIF v2. Test: Manual Bug: 36857917 Change-Id: I4899a3d041abaf0b97843cf14affc8d6f9587a22
This commit is contained in:
@@ -52,7 +52,7 @@ public abstract class ConfirmDeviceCredentialBaseActivity extends SettingsActivi
|
||||
setTheme(R.style.Theme_ConfirmDeviceCredentialsDark);
|
||||
mConfirmCredentialTheme = ConfirmCredentialTheme.DARK;
|
||||
} else {
|
||||
setTheme(R.style.SetupWizardTheme_Light);
|
||||
setTheme(R.style.GlifTheme_Light);
|
||||
mConfirmCredentialTheme = ConfirmCredentialTheme.INTERNAL;
|
||||
}
|
||||
super.onCreate(savedState);
|
||||
|
||||
Reference in New Issue
Block a user