diff options
Diffstat (limited to 'samples/browseable/BatchStepSensor/AndroidManifest.xml')
| -rw-r--r-- | samples/browseable/BatchStepSensor/AndroidManifest.xml | 2 |
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 |
