aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2010-09-28 06:47:15 -0500
committerKenny Root <kenny@the-b.org>2010-09-28 14:50:03 -0500
commit0cac01d92a0a3e9a420047a30e4bc5e5a4f69c3d (patch)
tree36e69706204c123e3afed8eb714bc8470f875973 /AndroidManifest.xml
parent7a35c56565153d4f269df0ee6ded15360e065548 (diff)
downloadconnectbot-0cac01d92a0a3e9a420047a30e4bc5e5a4f69c3d.tar.gz
connectbot-0cac01d92a0a3e9a420047a30e4bc5e5a4f69c3d.tar.bz2
connectbot-0cac01d92a0a3e9a420047a30e4bc5e5a4f69c3d.zip
Remove WAKE_LOCK permission; yay
Use window flags instead of a wake lock to keep the screen on. This allows us to make the WindowManager do all the wake lockey things that are annoying and error prone.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 10dbb7e..a0b99e8 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.7.0"
- android:versionCode="320"
+ android:versionCode="321"
android:installLocation="auto">
<application
@@ -60,7 +60,6 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
- <uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />