I'm beginner. I want to add hyperlink to TextView like this: some_text [hyperlink] some_text.
<TextView
android:text="Please read our *rules and conditions* before using app."
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/textView"
android:textColor="#000000"
android:autoLink="web" />