diff options
author | Vladimir Chtchetkine <vchtchetkine@google.com> | 2012-03-21 13:14:09 -0700 |
---|---|---|
committer | Vladimir Chtchetkine <vchtchetkine@google.com> | 2012-03-22 11:37:04 -0700 |
commit | b3d25225af769e928753c885647fbff26beba50a (patch) | |
tree | aaed50613629a7997ae7452e3ecca54d9885af23 /testapps/testSensors/project.properties | |
parent | 7a795b5291224e2b85885f4d1f4d7ac097e96d3c (diff) | |
download | sdk-b3d25225af769e928753c885647fbff26beba50a.zip sdk-b3d25225af769e928753c885647fbff26beba50a.tar.gz sdk-b3d25225af769e928753c885647fbff26beba50a.tar.bz2 |
Implements test application for sensors.
This application is intended to run in the emulator to test sensor emulation.
This app listens to all the available sensors, and display their values on the
screen. So, it's easy to see if sensor emulation works using this application.
Change-Id: Iff4f9898fcfa6842bc4644e977dd8fa27972f60f
Diffstat (limited to 'testapps/testSensors/project.properties')
-rw-r--r-- | testapps/testSensors/project.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testapps/testSensors/project.properties b/testapps/testSensors/project.properties new file mode 100644 index 0000000..ea89160 --- /dev/null +++ b/testapps/testSensors/project.properties @@ -0,0 +1,11 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-8 |