Launcher Icon is not Shown in Oreo 8.0/8.1
Yes, I also faced the same issue in Android Oreo. 1) Add your images by adding in Image Vector
Yes, I also faced the same issue in Android Oreo. 1) Add your images by adding in Image Vector
Hi you can use this lib simply. Support : Sony,Samsung,LG,HTC,Xiaomi,ASUS,ADW,APEX,NOVA,Huawei,ZUK,OPPO ShortcutBadger Add : int badgeCount = 1; ShortcutBadger.applyCount(context, badgeCount); Remove : ShortcutBadger.applyCount(context, 0);
I had the same problem with an application and I resolved this behavior adding flag “android:launchMode=”singleTop”” instead of “android:launchMode=”singleTask”” in the <activity> declaration of your AndroidManifest.xml file. Hope this will help somebody.