Handling Status Bar notification
- by MAkS
in my app a background service starts and from that service i want to set Status bar notification, that the service has Started following is the code :
Context context = getApplicationContext();
String ns = Context.NOTIFICATION_SERVICE;
int icon = R.drawable.icon;
CharSequence tickerText = "Hello";
long when =…