Hello, How do i create the permanent notification like the first one for Battery Indicator?
In case you are using NotificationCompat.Builder , you can use :
NotificationCompat.Builder
NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(context) mBuilder.setOngoing(true); //this will make ongoing notification
1.4m articles
1.4m replys
5 comments
57.0k users