blob: 862af2896f3f2e1477eb8f1ac104ac046632c47e [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.rs.waitattachdebug">
<uses-sdk android:minSdkVersion="21" />
<application android:label="JavaDebugWaitAttach"
android:hardwareAccelerated="true">
<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>