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