| <?xml version="1.0" encoding="utf-8"?> |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| package="com.android.i18n.addressinput.test" |
| android:versionCode="1" |
| android:versionName="1.0" > |
| |
| <!-- Gradle generates an <instrumentation> block during the build process, |
| but in order to work with other build systems, that don't do that, |
| there must be such a block declared here. --> |
| <instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="com.android.i18n.addressinput.test"/> |
| <instrumentation android:name="com.google.android.apps.common.testing.testrunner.Google3InstrumentationTestRunner" android:targetPackage="com.android.i18n.addressinput.test"/> |
| <uses-permission android:name="android.permission.INTERNET"/> |
| <application android:allowBackup="false" android:icon="@android:drawable/sym_def_app_icon"> |
| <uses-library android:name="android.test.runner"/> |
| <activity android:name="com.android.i18n.addressinput.testing.TestActivity"/> |
| </application> |
| </manifest> |