Bad notification posted - Couldn't expand RemoteViews for: StatusBarNotification

前端 未结 15 2009
执笔经年
执笔经年 2020-12-03 06:47

I am trying to post a notification with a custom view in the notification area from an IntentService, and getting the Couldn\'t expand RemoteView e

15条回答
  •  独厮守ぢ
    2020-12-03 07:00

    In my case the exception was caused by a regular View in my custom notification layout. Basically, it's because you're allowed to use only certain widgets like TextView, ImageView and so on.

提交回复
热议问题