I have an add-on that sets a short badge text indicating the status of my add-on. This badge text should be shown across the icon of the add-on.
It works fine for the desktop version of Firefox, but on Android it seems like this call is not doing anything.
Here’s the documention for this call that I found: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/browserAction/setBadgeText
Based on the documentation it should work in Firefox for Android, version >= 79.
I’m using the latest nightly build. Is this a regression or a known problem?