Skip to content

Commit 7fd15eb

Browse files
authored
Update ForegroundService.java
1 parent 64261fc commit 7fd15eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/android/ForegroundService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ public class ForegroundService extends Service {
5555

5656
// Default title of the background notification
5757
private static final String NOTIFICATION_TITLE =
58-
"Android WebView has been upgraded";
58+
"Android WebView just restarted";
5959

6060
// Default text of the background notification
6161
private static final String NOTIFICATION_TEXT =
62-
"Please restart MlesTalk application";
62+
"Please relogin to MlesTalk";
6363

6464
// Default icon of the background notification
6565
private static final String NOTIFICATION_ICON = "icon";

0 commit comments

Comments
 (0)