summaryrefslogtreecommitdiffstats
path: root/samples/browseable/BatchStepSensor/AndroidManifest.xml
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2014-11-12 19:40:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-12 19:40:55 +0000
commitd8c7b24e696003e4fc4c848a3f2a86b302f90169 (patch)
treeef6d7bb945b32204bbf17a58e59b5b861ac37ff0 /samples/browseable/BatchStepSensor/AndroidManifest.xml
parentdff4d5d4fd5d06ed281467bff606b51c1afa380b (diff)
parent527a4f30a69aaa54fc9654539f0b6d839e37af3c (diff)
downloadandroid_development-d8c7b24e696003e4fc4c848a3f2a86b302f90169.tar.gz
android_development-d8c7b24e696003e4fc4c848a3f2a86b302f90169.tar.bz2
android_development-d8c7b24e696003e4fc4c848a3f2a86b302f90169.zip
Merge "Update browseable samples for lmp-docs" into lmp-docs
Diffstat (limited to 'samples/browseable/BatchStepSensor/AndroidManifest.xml')
-rw-r--r--samples/browseable/BatchStepSensor/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/browseable/BatchStepSensor/AndroidManifest.xml b/samples/browseable/BatchStepSensor/AndroidManifest.xml
index 2c4e4f296..9063770f3 100644
--- a/samples/browseable/BatchStepSensor/AndroidManifest.xml
+++ b/samples/browseable/BatchStepSensor/AndroidManifest.xml
@@ -23,7 +23,7 @@
android:versionName="1.0">
<!-- This sample requires at least Android KitKat for sensor batching support -->
- <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />
+ <!-- Min/target SDK versions (<uses-sdk>) managed by build.gradle -->
<!-- Require the step counter and step detector sensors.
See the method BatchStepSensorFragment#isKitkatWithStepSensor() for a programmatic check if