I have created an Activity and declared in Manifest file. But I would like to re-use the same Activity for other purpose.
if(Condition) { setTitle("Your Title"); } else { // your Default Title from Manifest }
Try to use this line.