blob: 2116bab29cfb01f7832fe2992bf88c09f82621c9 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="p1.p2">
<application android:icon="@drawable/picture1">
<activity>
<intent-filter>
<category android:name="android.intent.category.T<caret>"/>
</intent-filter>
</activity>
</application>
</manifest>