Commit ef08f374 authored by Grigory Fedorov's avatar Grigory Fedorov

Persistent notification made public.

parent 4727e830
......@@ -160,6 +160,7 @@ public class NotificationManager implements OnInitializedListener, OnAccountChan
persistentNotificationBuilder.setWhen(System.currentTimeMillis());
persistentNotificationBuilder.setCategory(NotificationCompat.CATEGORY_SERVICE);
persistentNotificationBuilder.setPriority(NotificationCompat.PRIORITY_LOW);
persistentNotificationBuilder.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment