Loading core/res/res/drawable/windows.pngdeleted 100644 → 0 −2 KiB Loading image diff... core/res/res/values/symbols.xml +0 −1 Original line number Diff line number Diff line Loading @@ -1225,7 +1225,6 @@ <java-symbol type="drawable" name="ic_corp_icon" /> <java-symbol type="drawable" name="ic_corp_statusbar_icon" /> <java-symbol type="drawable" name="emulator_circular_window_overlay" /> <java-symbol type="drawable" name="windows" /> <java-symbol type="drawable" name="sim_light_blue" /> <java-symbol type="drawable" name="sim_light_green" /> Loading policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +1 −3 Original line number Diff line number Diff line Loading @@ -6563,7 +6563,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { mBootMsgDialog.setTitle(R.string.android_start_title); } mBootMsgDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER); mBootMsgDialog.setIcon(com.android.internal.R.drawable.windows); mBootMsgDialog.setIndeterminate(true); mBootMsgDialog.getWindow().setType( WindowManager.LayoutParams.TYPE_BOOT_PROGRESS); Loading @@ -6577,8 +6576,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { mBootMsgDialog.setCancelable(false); mBootMsgDialog.show(); } mBootMsgDialog.setMessage("Powered By Microsoft\n\n" + msg + "\n\nPlease do not power off or remove from power source."); mBootMsgDialog.setMessage(msg); } }); } Loading Loading
core/res/res/values/symbols.xml +0 −1 Original line number Diff line number Diff line Loading @@ -1225,7 +1225,6 @@ <java-symbol type="drawable" name="ic_corp_icon" /> <java-symbol type="drawable" name="ic_corp_statusbar_icon" /> <java-symbol type="drawable" name="emulator_circular_window_overlay" /> <java-symbol type="drawable" name="windows" /> <java-symbol type="drawable" name="sim_light_blue" /> <java-symbol type="drawable" name="sim_light_green" /> Loading
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +1 −3 Original line number Diff line number Diff line Loading @@ -6563,7 +6563,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { mBootMsgDialog.setTitle(R.string.android_start_title); } mBootMsgDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER); mBootMsgDialog.setIcon(com.android.internal.R.drawable.windows); mBootMsgDialog.setIndeterminate(true); mBootMsgDialog.getWindow().setType( WindowManager.LayoutParams.TYPE_BOOT_PROGRESS); Loading @@ -6577,8 +6576,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { mBootMsgDialog.setCancelable(false); mBootMsgDialog.show(); } mBootMsgDialog.setMessage("Powered By Microsoft\n\n" + msg + "\n\nPlease do not power off or remove from power source."); mBootMsgDialog.setMessage(msg); } }); } Loading