android.app.RemoteServiceException: Bad notification posted from package xxx: Couldn’t expand RemoteViews for: StatusBarNotification
这点错误其实跟以下报错信息差不多!
java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. Make sure your adapter calls notifyDataSetChanged() when its content changes.
more >>