Sunday, 29 September 2013

compat notification below 3.0

compat notification below 3.0

I want to use notification compat for android 2.3.6
mNotifyManager = (NotificationManager)
getSystemService(Context.NOTIFICATION_SERVICE);
mBuilder = new NotificationCompat.Builder(c);
mBuilder.setContentTitle(book.getBook_name() + " download")
.setContentText("Download in progress")
.setSmallIcon(R.drawable.ic_launcher);

No comments:

Post a Comment