Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用後
Linkify.addLinks(content, pattern_glos, scheme_glos, null, glosFilter);
ログ書き込み
11-22 21:19:15.319: W/TextView(14718): TextView does not support text selection. Action mode cancelled.
また、テキストは選択できません。リンクと選択可能な両方が必要です。
クリック可能なリンクを作成するには、TextView呼び出しtextView.setLinksClickable(true);て、textView.setMovementMethod(LinkMovementMethod.getInstance());
TextView
textView.setLinksClickable(true);
textView.setMovementMethod(LinkMovementMethod.getInstance());