I\'m trying to write some code that will reference a bool.xml file and will reference the current value inside the bool.
true<
Resources res = getResources(); boolean enableQAurl = res.getBoolean(R.bool.enableQAurl);
Source: http://developer.android.com/guide/topics/resources/more-resources.html