Couldn't expand RemoteViews

后端 未结 5 1022
孤街浪徒
孤街浪徒 2021-02-12 14:34

I try to create a custom notification but getting the following exception:

FATAL EXCEPTION: main
android.app.RemoteServiceException: Bad notification posted from         


        
5条回答
  •  失恋的感觉
    2021-02-12 15:07

    I've found that using android:background="?attr/colorPrimaryDark" also causes a crash. When changed to android:background="@color/colorPrimaryDark" it stopped crashing.

提交回复
热议问题