blob: 6d59eff1d0970a88f6a929bd5f7791e2de2cd7a9 [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">
<receiver>
<intent-filter>
<action android:name="android.intent.action.CA<caret>"/>
</intent-filter>
</receiver>
</application>
</manifest>