user1477339
user1477339

Reputation: 115

Android: How to convert website.type_XXX to String?

How to convert ContactsContract.CommonDataKinds.Website.TYPE_HOMEPAGE etc to String? For ContactsContract.CommonDataKinds.Phone, there is Phone.getTypeLabel, but for Website, no such function.

Upvotes: 3

Views: 64

Answers (1)

dragostis
dragostis

Reputation: 2662

Just define a method yourself for them that will return the String for the current type.

Upvotes: 1

Related Questions