Reputation: 27
Can anyone help me in that question? I want to make a simple link in a ImageView to a specified phone Number.
Upvotes: 0
Views: 117
Reputation: 93624
Set an onClickListener for the ImageView, and have it do whatever you want. In this case, launch an intent to make a call.
Upvotes: 1