]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Use correct tag to define category for CREATE_SHORTCUT intent-filter
authorTobias Brunner <tobias@strongswan.org>
Fri, 30 May 2014 09:03:25 +0000 (11:03 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 22 Jul 2014 08:41:48 +0000 (10:41 +0200)
src/frontends/android/AndroidManifest.xml

index e3e7ec6317733bc2718b99f3140f5e5522f8e03b..1775e3f78ac03720b3d31bb5aa05892998cdd8ca 100644 (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>