I have created an Activity and declared in Manifest file. But I would like to re-use the same Activity for other purpose.
You can define the string in res/string.xml file and then add android:label to the AndroidMenifest.xml file
string.xml code text to display AndroidMenifest.xml code