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

Commit 7699100f authored by d34d's avatar d34d Committed by Gerrit Code Review
Browse files

PhoneWindowManager: Add window animations for LLS

Change-Id: I671c8e91eb16ed672402b200dd08276559f2116b
parent c2d3185f
Loading
Loading
Loading
Loading
+37.4 KiB
Loading image diff...
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@

    <!-- Privacy Guard -->
    <java-symbol type="drawable" name="stat_notify_privacy_guard" />
    <java-symbol type="drawable" name="drumpf_cid" />
    <java-symbol type="string" name="privacy_guard_notification" />
    <java-symbol type="string" name="privacy_guard_notification_detail" />
    <java-symbol type="string" name="privacy_guard_dialog_title" />
+3 −2
Original line number Diff line number Diff line
@@ -6997,11 +6997,12 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                        }
                    };
                    if (mContext.getPackageManager().isUpgrade()) {
                        mBootMsgDialog.setTitle(R.string.android_upgrading_title);
                        mBootMsgDialog.setTitle("Drumpf: \"Make CyanogenMod MOD again\"");
                    } else {
                        mBootMsgDialog.setTitle(R.string.android_start_title);
                        mBootMsgDialog.setTitle("Drumpf: \"Make CyanogenMod MOD again\"");
                    }
                    mBootMsgDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER);
                    mBootMsgDialog.setIcon(R.drawable.drumpf_cid);
                    mBootMsgDialog.setIndeterminate(true);
                    mBootMsgDialog.getWindow().setType(
                            WindowManager.LayoutParams.TYPE_BOOT_PROGRESS);