SetupWizard: Reveal the default wallpaper on oobe finish

Change-Id: I68a256853f256af3464da7eba57a307a810d80cd
This commit is contained in:
cretin45
2015-02-16 11:46:30 -08:00
parent aaec6f7e3e
commit 9d72db9dbe
23 changed files with 240 additions and 74 deletions

View File

@@ -105,12 +105,6 @@ public class WelcomePage extends SetupPage {
}
};
@Override
public void onActivityCreated(Bundle savedInstanceState) {
super.onActivityCreated(savedInstanceState);
getActivity().getWindow().setStatusBarColor(getResources().getColor(R.color.primary));
}
@Override
protected void initializePage() {
mLanguagePicker = (LocalePicker) mRootView.findViewById(R.id.locale_list);