]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - AndroidManifest.xml
Make QuickDic handle ACTION_PROCESS_TEXT
[Dictionary.git] / AndroidManifest.xml
index 278e44af308ee3cd35fc16afce04ac3d08468f29..1cac12a3b22ef2aeed1838375cca978b7766493c 100644 (file)
@@ -2,8 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.hughes.android.dictionary"
     android:installLocation="auto"
-    android:versionCode="30"
-    android:versionName="5.0.4" >
+    android:versionCode="72"
+    android:versionName="5.2.11" >
 
     <uses-sdk
         android:minSdkVersion="10"
            @author Dominik Köppl
                        Added two different intents to catch simple and advanced queries from other external applications.
             -->
+            <intent-filter>
+                <action android:name="android.intent.action.PROCESS_TEXT" />
+                <category android:name="android.intent.category.DEFAULT" />
+                <data android:mimeType="text/plain" />
+            </intent-filter>
             <intent-filter>
                 <action android:name="android.intent.action.SEARCH" />