次のフィルターを含むアクティビティがあります。
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.VIEW" />
<data
android:host="com.ibs.shababeek.search"
android:path="/posts/*"
android:scheme="content" />
</intent-filter>
linkfiy テキストは、このインテントを起動します:
act=android.intent.action.VIEW dat=content://com.ibs.shababeek.search/posts/#test
しかし、それは私に言い続けます:インテントを処理するアクティビティが見つかりません