Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: libadblockplus-android-tests/AndroidManifest.xml

Issue 29677586: Issue 6300 - Remove Maven and Ant support (Closed)
Patch Set: Removed versioning from AndroidManifest.xml Created Jan. 24, 2018, 6 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="org.adblockplus.libadblockplus.tests" 3 package="org.adblockplus.libadblockplus.tests">
4 android:versionCode="1"
5 android:versionName="1.0" >
6 4
7 <uses-sdk 5 <uses-sdk
8 android:minSdkVersion="9" 6 android:minSdkVersion="9"
9 android:targetSdkVersion="16" /> 7 android:targetSdkVersion="16" />
10 8
11 <uses-permission android:name="android.permission.INTERNET" /> 9 <uses-permission android:name="android.permission.INTERNET" />
12 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> 10 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
13 11
14 <uses-feature 12 <uses-feature
15 android:name="android.hardware.touchscreen" 13 android:name="android.hardware.touchscreen"
(...skipping 13 matching lines...) Expand all
29 <!-- 27 <!--
30 This declares that this application uses the instrumentation test runner tar geting 28 This declares that this application uses the instrumentation test runner tar geting
31 the package of org.adblockplus.libadblockplus. To run the tests use the com mand: 29 the package of org.adblockplus.libadblockplus. To run the tests use the com mand:
32 "adb shell am instrument -w org.adblockplus.libadblockplus.tests/android.tes t.InstrumentationTestRunner" 30 "adb shell am instrument -w org.adblockplus.libadblockplus.tests/android.tes t.InstrumentationTestRunner"
33 --> 31 -->
34 <instrumentation android:name="android.test.InstrumentationTestRunner" 32 <instrumentation android:name="android.test.InstrumentationTestRunner"
35 android:targetPackage="org.adblockplus.libadblockplus.tests " 33 android:targetPackage="org.adblockplus.libadblockplus.tests "
36 android:label="Tests for org.adblockplus.libadblockplus"/> 34 android:label="Tests for org.adblockplus.libadblockplus"/>
37 35
38 </manifest> 36 </manifest>
OLDNEW
« no previous file with comments | « libadblockplus-android-settings/project.properties ('k') | libadblockplus-android-tests/build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld