aboutsummaryrefslogtreecommitdiff
path: root/testing/ActivityInstrumentation/Application
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2014-10-14 13:35:21 -0700
committerTrevor Johns <trevorjohns@google.com>2014-10-14 13:35:21 -0700
commit23a2c44da9aa2ba3782966c2c23b598462392ce9 (patch)
treeaa5080f6aec38b069d5fefac7582130e51a4cd84 /testing/ActivityInstrumentation/Application
parent1b79ba900efd074a12c51145be9ff4e934bdc488 (diff)
downloadandroid-23a2c44da9aa2ba3782966c2c23b598462392ce9.tar.gz
Remove <uses-sdk> block from all samples
This value is now automatically merged in from build.gradle (which is managed by template-params.xml). Removing it prevents conflicts in the event uses-sdk doesn't match properly. Change-Id: Icbe4aabac366a26a326cfa2ecd2cb57192634a1a
Diffstat (limited to 'testing/ActivityInstrumentation/Application')
-rw-r--r--testing/ActivityInstrumentation/Application/tests/AndroidManifest.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/ActivityInstrumentation/Application/tests/AndroidManifest.xml b/testing/ActivityInstrumentation/Application/tests/AndroidManifest.xml
index ad20a2a1..4c24a6fc 100644
--- a/testing/ActivityInstrumentation/Application/tests/AndroidManifest.xml
+++ b/testing/ActivityInstrumentation/Application/tests/AndroidManifest.xml
@@ -20,9 +20,7 @@
android:versionCode="1"
android:versionName="1.0">
- <uses-sdk
- android:minSdkVersion="18"
- android:targetSdkVersion="19" />
+ <!-- Min/target SDK versions (<uses-sdk>) managed by build.gradle -->
<!-- We add an application tag here just so that we can indicate that
this package needs to link against the android.test library,