android: Use correct tag to define category for CREATE_SHORTCUT intent-filter

This commit is contained in:
Tobias Brunner
2014-07-22 10:41:48 +02:00
parent d962b25bcb
commit b9fd95f476
+1 -1
View File
@@ -63,7 +63,7 @@
android:label="@string/strongswan_shortcut" >
<intent-filter>
<action android:name="android.intent.action.CREATE_SHORTCUT" />
<action android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>