Android Chrome将网站共享为;“纯文本/纯文本”;

Android Chrome将网站共享为;“纯文本/纯文本”;,android,android-intent,Android,Android Intent,我有一个可以接受文本文件的应用程序 <activity-alias android:name=".ImportKeywords" android:enabled="true" android:exported="true" android:icon="@mipmap/ic_launcher" android:label="@string/prefTitleImportKeywords"

我有一个可以接受文本文件的应用程序

    <activity-alias
        android:name=".ImportKeywords"
        android:enabled="true"
        android:exported="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/prefTitleImportKeywords"
        android:targetActivity=".GalleryActivity">
        <intent-filter>
            <action android:name="android.intent.action.VIEW"/>
            <action android:name="android.intent.action.SEND"/>

            <category android:name="android.intent.category.DEFAULT"/>
            <category android:name="android.intent.category.OPENABLE"/>

            <data android:mimeType="text/plain"/>
        </intent-filter>
    </activity-alias>
它的类型是“文本/普通”

你知道我如何在接受“文本/纯文本”的同时避免这些意图吗

Intent { act=android.intent.action.SEND typ=text/plain flg=0x13400001 cmp=com.anthonymandra.rawdroidpro/com.anthonymandra.rawdroid.ImportKeywords clip={text/uri-list U:content://com.android.chrome.FileProvider/BlockedFile_286732125806812} (has extras) }