blob: a5e893e44ef7c367dd986227eddbdb51b2b100f9 [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:label="@string/app_name">
<receiver android:enabled="true" android:name=".Starter">
<intent-filter>
<data
path<caret>
</intent-filter>
</receiver>
</application>
</manifest>