NotificationCompat android - how to show only Large icon without small

后端 未结 5 1803
轻奢々
轻奢々 2021-01-04 10:59

When I add notification:

        NotificationCompat.Builder mBuilder =
                            new NotificationCompat.Builder(this)  
              .set         


        
5条回答
  •  旧时难觅i
    2021-01-04 11:18

    You can create a custom notification and then show whatever you want in the large notification area. See and example here TutorialsFace: Build all types of Notifications in Android

提交回复
热议问题