I am using
Window w = getWindow(); w.setTitle(\"My title\");
to change title of my current Activity but it does not seem to work.
setTitle(getResources().getText(R.string.MyTitle));