blob: b55e94b46022e893bcf36a7ad5423fc3b467f103 [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">
<activity android:name="com.example.DummyActivity" />
</application>
</manifest>