blob: 789b371e231acbaec16af103bc57b79e402e3f8c [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.chromium.arc.testapp.inputlatency">
<uses-feature android:name="android.hardware.type.pc" android:required="false"/>
<application
android:allowBackup="false"
android:label="ARC Input Latency helper">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>