| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- Copyright 2011 Google Inc. All Rights Reserved. --> | |
| <!-- Test application for Android Client API and implementation. --> | |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="com.google.ipc.invalidation.ticl.android2.tests" | |
| android:versionName="2.3.0"> | |
| <!--Unit test runner application --> | |
| <application> | |
| <uses-library android:name="android.test.runner"/> | |
| </application> | |
| <instrumentation | |
| android:name="android.test.InstrumentationTestRunner" | |
| android:targetPackage="com.google.ipc.invalidation.ticl.android2"/> | |
| </manifest> |