blob: 81dc5cb93593e5351661a0632f162276eed361be [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:name=".app.CreateShortcuts" 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>