blob: 0668940f32bdc7cc37d829bc7326f21b60fe0df2 [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">
<service>
<intent-filter>
<action android:name="<caret>"/>
</intent-filter>
</service>
</application>
</manifest>