I have the following /res/values/uris.xml
blahblah
First, make sure these values are in the file strings.xml.
Also, you can't access the strings from the constructor. The application context is not yet initialized. You should do it in onCreate().
Emmanuel