Support for Android 6 ACTION_PROCESS_TEXT
This commit is contained in:
@@ -210,6 +210,12 @@
|
||||
<data android:mimeType="text/*" />
|
||||
<data android:mimeType="message/*" />
|
||||
</intent-filter>
|
||||
<!-- Android 6 Floating Action Mode -->
|
||||
<intent-filter >
|
||||
<action android:name="android.intent.action.PROCESS_TEXT"/>
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:mimeType="text/plain" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".ui.DisplayTextActivity"
|
||||
|
||||
Reference in New Issue
Block a user