aboutsummaryrefslogtreecommitdiff
path: root/apps/SdkController/SdkControllerApp/AndroidManifest.xml
diff options
context:
space:
mode:
authorRaphael <raphael@google.com>2012-03-24 15:15:28 -0700
committerRaphael <raphael@google.com>2012-03-24 16:41:14 -0700
commitb764200fe538498746c7f15e2109a60fba565aca (patch)
tree932b40b205727a58508aaaada8570424a57ae4aa /apps/SdkController/SdkControllerApp/AndroidManifest.xml
parent6ffafcde03e73c4c3ee3a98d7a7c810ccccceefb (diff)
downloadsdk-b764200fe538498746c7f15e2109a60fba565aca.tar.gz
Sdk Controller: improve sensor speed & more.
- Landscape layout for sensor activity. - Fixes some comments from change Ia4ae2e71. - Limit update rate to 50 Hz, default to 20. - Fixed typo in temperature sensor name which prevented it from being recognized. - Replaced the String.format for sending emulator string data by StringBuilder.append(float). On an ADP2 device this reduces the time from an average 9-15 ms to 1-2 ms. Change-Id: Iad5fe3fada23dbdf4bc7cc162fb2daeaf8a113f5
Diffstat (limited to 'apps/SdkController/SdkControllerApp/AndroidManifest.xml')
-rwxr-xr-xapps/SdkController/SdkControllerApp/AndroidManifest.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/SdkController/SdkControllerApp/AndroidManifest.xml b/apps/SdkController/SdkControllerApp/AndroidManifest.xml
index dda070fa8..e6c876ae8 100755
--- a/apps/SdkController/SdkControllerApp/AndroidManifest.xml
+++ b/apps/SdkController/SdkControllerApp/AndroidManifest.xml
@@ -23,17 +23,17 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
-
+
<activity
android:name=".activities.SensorActivity"
- android:launchMode="singleInstance"
- android:windowSoftInputMode="stateUnchanged"/>
-
+ android:launchMode="singleInstance"
+ android:windowSoftInputMode="stateUnchanged" android:label="@string/sensors_activity_title"/>
+
<activity
android:name=".activities.MultiTouchActivity"
android:launchMode="singleInstance"
- android:screenOrientation="portrait"
- android:theme="@style/Theme.MultiTouch"
+ android:screenOrientation="portrait"
+ android:theme="@style/Theme.MultiTouch"
android:windowSoftInputMode="stateHidden"/>
<service