Это то, чего я пытаюсь достичь Strong>

Что я уже пробовал
Код: Выделить всё
int myCounter = 0;
setSmallIcon(myCounter); // actually the notification won't even display if its not an actual icon
setTickerText(String.valueOf(myCounter)); // This is actualy something different
setLargeIcon(myBitmapWithText); // I also tried generating a bitmap with text, but it won't display since the resource needs to be in the app-package itself
Я совсем запутался с этим, как мне добиться вышеуказанного результата?
Подробнее здесь: https://stackoverflow.com/questions/639 ... ation-icon