Android Question Repeating Badge action [SOLVED]

AHilberink

Active Member
Licensed User
Longtime User
Hi,

Within my unfiltered log I got the following repeating continuesly:
B4X:
sendNotify entered. [uri] : content://com.sec.badge/apps
sendNotify, [notify] : null
update, getCallingPackage() : com.sec.android.provider.badge
update, [uri] : content://com.sec.badge/apps
update, [uri.query] : null
update, [BadgeCount] : badgecount=0
update, [UpdateCount] : 1
badge intent : Intent { act=android.intent.action.BADGE_COUNT_UPDATE flg=0x1000010 cmp=com.sec.android.provider.badge/.BadgeCountReceiver (has extras) }
packageName: ciris.chauffeur, className: ciris.chauffeur.main, count: 0
onChange
onChange

It is a Samsung TabA (SM-T510). Only on Android 11, not Android 10-.

What could be the cause?

Kind regards,
André
 
Top