aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.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 /AndroidManifest.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 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fb6998f..0f12d62 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.6-dev"
- android:versionCode="221">
+ android:versionCode="222">
<application
android:icon="@drawable/icon"