aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-12-18 06:03:01 +0000
committerKenny Root <kenny@the-b.org>2009-12-18 06:03:01 +0000
commit0aae5eaa718ed21ab8ed78c8e26944572c5a9611 (patch)
treeec748b5b10ba66956ac213b7dd711a6094348a80 /res/values/strings.xml
parent5473b4a448deb18d230d02cad797cb21a76bcd9f (diff)
downloadconnectbot-0aae5eaa718ed21ab8ed78c8e26944572c5a9611.tar.gz
connectbot-0aae5eaa718ed21ab8ed78c8e26944572c5a9611.tar.bz2
connectbot-0aae5eaa718ed21ab8ed78c8e26944572c5a9611.zip
Update service to stay open on Eclair
setForeground(true) trick doesn't work on API 5 and above anymore, so use the pattern jasta suggested on a blog post to support both >=5 and <5 simultaneously. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@444 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0a06b05..3106fbe 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -431,6 +431,9 @@
<!-- Menu selection to reset colors to their defaults. -->
<string name="menu_colors_reset">Reset</string>
+ <!-- Displayed in the notification bar that connections are active -->
+ <string name="app_is_running">ConnectBot is running</string>
+
<string name="color_red">red</string>
<string name="color_green">green</string>
<string name="color_blue">blue</string>