天天看點

android如何擷取項目名稱

PackageManager pm = this.getPackageManager();

String appName = getApplicationInfo().loadLabel(pm).toString();

繼續閱讀