我想知道如何更改android Oreo中的通知栏小图标(API 26).它在通知栏中显示圆形白色图标.我该怎么改变它?清单文件默认通知图标设置如下.
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_status" />
Run Code Online (Sandbox Code Playgroud)
见下图
android android-notifications android-notification-bar android-statusbar