Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c03516c6 authored by Adnan Begovic's avatar Adnan Begovic
Browse files

Revert "PhoneWindowManager: Clean windows during bootup."

This reverts commit 6a0dc258.

Change-Id: Iacca3dc7b5db1f9f192eb61ecd1aa4fa6496df00
parent 352f6c8a
Loading
Loading
Loading
Loading

core/res/res/drawable/windows.png

deleted100644 → 0
−2 KiB
Loading image diff...
+0 −1
Original line number Diff line number Diff line
@@ -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" />
+1 −3
Original line number Diff line number Diff line
@@ -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);
@@ -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);
            }
        });
    }