テキストビューでhttpを処理しようとしています
Pattern httpMatcher = Pattern.compile("https?://.*");
String httpViewURL = "myhttp";
Linkify.addLinks(label, httpMatcher, httpViewURL);
マニフェスト ファイル:
<activity android:exported="false"
android:name="*****.URLClickedActivity">
<intent-filter>
<category android:name="android.intent.category.DEFAULT"/>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="myhttp" />
</intent-filter>
</activity>
とにかく私はこれを得る:
Intent を処理するアクティビティが見つかりません { act=android.intent.action.VIEW dat= (おまけあり) } *