I am developing an android app.
I want to bookmark a conference room.
When i initialise BookmarkedConference conference = new BookmarkedConference("JID");
I get an error java.lang.string has protected access in org.... BookmarkedConference
How shall i resolve this issue?