aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-10-10 00:00:11 -0700
committerKenny Root <kenny@the-b.org>2015-10-13 21:26:30 -0700
commit8898ad7c99637ad84d588a7520f65d2d89ac1567 (patch)
tree4c6d162d185f7a24a7240dfc43547f7e659b2d3f /app/src/main/AndroidManifest.xml
parentccc10dffefa2eaab6cb67e1f1ebf71909e8310ec (diff)
downloadconnectbot-8898ad7c99637ad84d588a7520f65d2d89ac1567.tar.gz
connectbot-8898ad7c99637ad84d588a7520f65d2d89ac1567.tar.bz2
connectbot-8898ad7c99637ad84d588a7520f65d2d89ac1567.zip
Move setting of hardware acceleration to view that needs it
Hardware acceleration was previously disabled for the entire activity, but we only need it specifically for TerminalView.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index dd9db1f..ceaffd2 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -170,7 +170,6 @@
<activity
android:name=".ConsoleActivity"
android:configChanges="keyboardHidden|orientation"
- android:hardwareAccelerated="false"
android:launchMode="singleTop"
android:theme="@style/Theme.AppCompat"
android:windowSoftInputMode="stateAlwaysVisible|adjustResize">