📅  最后修改于: 2022-03-11 15:02:40.743000             🧑  作者: Mango
//FIX: Android - allows icons in statusbar to show clearly.
if (this.platform.is("android")) {
this.statusBar.styleLightContent();
}