diff options
-rw-r--r-- | core/res/res/drawable/drumpf_cid.png | bin | 38337 -> 0 bytes | |||
-rw-r--r-- | core/res/res/values/cm_symbols.xml | 1 | ||||
-rw-r--r-- | services/core/java/com/android/server/policy/PhoneWindowManager.java | 5 |
3 files changed, 2 insertions, 4 deletions
diff --git a/core/res/res/drawable/drumpf_cid.png b/core/res/res/drawable/drumpf_cid.png Binary files differdeleted file mode 100644 index f44725b..0000000 --- a/core/res/res/drawable/drumpf_cid.png +++ /dev/null diff --git a/core/res/res/values/cm_symbols.xml b/core/res/res/values/cm_symbols.xml index 68d3383..a76b3c2 100644 --- a/core/res/res/values/cm_symbols.xml +++ b/core/res/res/values/cm_symbols.xml @@ -80,7 +80,6 @@ <!-- 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" /> diff --git a/services/core/java/com/android/server/policy/PhoneWindowManager.java b/services/core/java/com/android/server/policy/PhoneWindowManager.java index a259228..9cb969c 100644 --- a/services/core/java/com/android/server/policy/PhoneWindowManager.java +++ b/services/core/java/com/android/server/policy/PhoneWindowManager.java @@ -6997,12 +6997,11 @@ public class PhoneWindowManager implements WindowManagerPolicy { } }; if (mContext.getPackageManager().isUpgrade()) { - mBootMsgDialog.setTitle("Drumpf: \"Make CyanogenMod MOD again\""); + mBootMsgDialog.setTitle(R.string.android_upgrading_title); } else { - mBootMsgDialog.setTitle("Drumpf: \"Make CyanogenMod MOD again\""); + mBootMsgDialog.setTitle(R.string.android_start_title); } mBootMsgDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER); - mBootMsgDialog.setIcon(R.drawable.drumpf_cid); mBootMsgDialog.setIndeterminate(true); mBootMsgDialog.getWindow().setType( WindowManager.LayoutParams.TYPE_BOOT_PROGRESS); |