mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Added "Touch to open Briar" to ongoing notification.
This commit is contained in:
@@ -74,7 +74,7 @@ public class BriarService extends Service {
|
||||
NotificationCompat.Builder b = new NotificationCompat.Builder(this);
|
||||
b.setSmallIcon(R.drawable.ongoing_notification_icon);
|
||||
b.setContentTitle(getText(R.string.ongoing_notification_title));
|
||||
b.setContentText("");
|
||||
b.setContentText(getText(R.string.ongoing_notification_text));
|
||||
b.setWhen(0); // Don't show the time
|
||||
b.setOngoing(true);
|
||||
Intent i = new Intent(this, NavDrawerActivity.class);
|
||||
|
||||
Reference in New Issue
Block a user