We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64261fc commit 7fd15ebCopy full SHA for 7fd15eb
src/android/ForegroundService.java
@@ -55,11 +55,11 @@ public class ForegroundService extends Service {
55
56
// Default title of the background notification
57
private static final String NOTIFICATION_TITLE =
58
- "Android WebView has been upgraded";
+ "Android WebView just restarted";
59
60
// Default text of the background notification
61
private static final String NOTIFICATION_TEXT =
62
- "Please restart MlesTalk application";
+ "Please relogin to MlesTalk";
63
64
// Default icon of the background notification
65
private static final String NOTIFICATION_ICON = "icon";
0 commit comments