Revert "Roll NDK to r11c and extract it into its own repository."
[android_tools.git] / ndk / tests / awk / extract-launchable / multiple-categories.in
blob6925628f5f81badf5db93024855632b2151b6c43
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.example.hellojni"
4 android:versionCode="1"
5 android:versionName="1.0">
6 <uses-sdk android:minSdkVersion="3" />
7 <application android:label="@string/app_name"
8 android:debuggable="true">
9 <activity android:name=".HelloJni"
10 android:label="@string/app_name">
11 <intent-filter>
12 <action android:name="android.intent.action.MAIN" />
13 <category android:name="android.intent.category.LAUNCHER" />
14 <category android:name="android.intent.category.DEFAULT" />
15 </intent-filter>
16 </activity>
17 </application>
18 </manifest>