Touching the notification shows the home screen instead of quitting.

This allows quick access to any part of the app, including quitting (two
touches).
This commit is contained in:
akwizgran
2013-12-05 13:28:15 +00:00
parent b7dbacb000
commit 80970d3daa
3 changed files with 10 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
<resources>
<string name="app_name">Briar</string>
<string name="notification_title">Briar is running</string>
<string name="notification_text">Touch to quit.</string>
<string name="notification_text">Touch to show the home screen.</string>
<string name="setup_title">Briar Setup</string>
<string name="choose_nickname">Choose your nickname:</string>
<string name="choose_password">Choose your password:</string>