blob: f3fa608861d84a6b19f03194955a6d927cb91aa6 [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/icon">
<receiver android:name="com.example.DummyReceiver" />
</application>
</manifest>