标签: android icons
我需要在状态栏中显示带有应用程序图标的通知。 但我没有找到任何方法来检索应用程序图标ID? (我目前使用1.5 SDK)
答案 0 :(得分:0)
尝试使用PackageManager中的getApplicationIcon。
答案 1 :(得分:0)
context.getResources().getIdentifier("icon", "drawable", context.getPackageName());