200009 ← source selection
300000 ← entertainment drawer
300164 ← updateSuppServiceHFP
600007 ← joker key popup
600009 ← driving schoold popup
600003 ← UGDO learn
600004 ← UGDO Sync
600005 ← Charisma / Drive select
600006 ← SDS
600008 ← SDS
// one of those is partial popup on the right, most likely
2100008 ← OPS popup
2100400 ← OPS standalone popup
public static final int POPUP_TEMPSYSTEMTELMAXWARNING_ID = 600000;
public static final int POPUP_TEMPSHOWROOMVISIBLE_ID = 600001;
public static final int POPUP_TEMPSYSTEMTHEFTPROTECTIONVISIBLE_ID = 600002;
// all phone related
private void removeAllPopups() {
this.removePopup(300170);
this.removePopup(300171);
this.removePopup(300172);
this.removePopup(300173);
this.removePopup(300174);
this.removePopup(300175);
this.removePopup(300169);
this.removePopup(300168);
this.removePopup(300167);
this.removePopup(300176);
this.removePopup(300166);
this.removePopup(300185);
this.removePopup(300186);
this.removePopup(300183);
this.removePopup(300184);
this.removePopup(300181);
this.removePopup(300182);
}