I am using
Window w = getWindow(); w.setTitle(\"My title\");
to change title of my current Activity but it does not seem to work.
If you want to set title in Java file, then write in your activity onCreate
setTitle("Your Title");
if you want to in Manifest then write