| <?xml version="1.0" encoding="utf-8"?> |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| package="com.android.frameworks.perftests"> |
| |
| <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
| |
| <application> |
| <uses-library android:name="android.test.runner" /> |
| <activity android:name="android.perftests.utils.StubActivity" > |
| <intent-filter> |
| <action android:name="android.intent.action.MAIN" /> |
| <category android:name="android.intent.category.LAUNCHER" /> |
| </intent-filter> |
| </activity> |
| <uses-library android:name="android.test.runner" /> |
| </application> |
| |
| <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner" |
| android:targetPackage="com.android.frameworks.perftests"/> |
| |
| </manifest> |