blob: b2e4fc84951eaf594a6783aa68a5da3987c8edc8 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="p1.p2">
<application>
<<error>activity-alias</error> android:targetActivity="p1.p2.MyActivity" android:label="lbl">
<intent-filter>
<action android:name="android.intent.action.CREATE_SHORTCUT"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity-alias>
</application>
</manifest>