ShortcutBadger
ShortcutBadger copied to clipboard
An Android library supports badge notification like iOS in Samsung, LG, Sony and HTC launchers.
Is there a way to perform the call of that method from background when using Firebase Messaging Service? Nowadays is working at foreground...
com.tencent.mobileqq.msf.core.push.BadgeUtilImpl反编译代码如下: ```java package com.tencent.mobileqq.msf.core.push; import android.app.Notification; import android.content.Context; import com.tencent.commonsdk.badge.BadgeController; import com.tencent.commonsdk.badge.CommonBadgeUtilImpl; import com.tencent.mobileqq.msf.sdk.SettingCloneUtil; import com.tencent.qphone.base.util.QLog; public class BadgeUtilImpl { public static final String QQSETTING_SHOW_BADGEUNREAD_KEY = "qqsetting_show_badgeunread_key"; public static final...
ERROR: Failed to resolve: me.leolin:ShortcutBadger:1.1.23 Version 1.1.22 can be downloaded normally.
java.lang.SecurityException query intent activities: Neither user 1010087 nor current process has android.permission.INTERACT_ACROSS_USERS. 在调用:ShortcutBadger.applyCount(appContext, badgeCount);
ZTE phone has two versions of Launcher, and the providers are different. This change support for the ZTE MFV Launcher.
Hi, @leolin310148 Can you please add new version 1.1.23 with a fix for Yandex launcher on maven central repository? Thanks.
The fix is in `SamsungHomeBadger`, but: Note that the `DefaultBadger` also must check for Samsung on Android 8, or it will be used on those devices. I have tried to...
We are using this library in our app but receiving the following exception: me.leolin.shortcutbadger.ShortcutBadgeException: No field extraNotification in class Landroid/app/Notification; (declaration of 'android.app.Notification' appears in /system/framework/framework.jar) This is happening in...
Hi, I tested the shortcut badger on OPPO R11 , but it's not display the badges. how to solve?