blob: 4cf7553b34914141b9295a6ec2279e498f4da781 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
android:versionName="1.0" package="com.android.tests.basicprojectwithaidl">
<application android:label="@string/app_name" android:icon="@drawable/icon">
<activity android:name="com.android.tests.basicprojectwithaidlwithaidl.Main"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
<uses-sdk android:minSdkVersion="AOSP"/>
</manifest>