I'm trying to acces my strings.xml from within the java code, but for some reason I can only acces some default android strings. This is what I do:
private static Context context;
context = getApplicationContext();
context.getString(R.string.somthing);
The R.string contains some strings but not what I have in strings.xml.