Reputation: 115
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
Reputation: 2662
Just define a method yourself for them that will return the String for the current type.
Upvotes: 1