just change the value of res / value / string.
<string name="app_name">put appropriate name</string>
if it doesn’t work, then the android manifest
< activity android:name="< app name>" android:label="< >" android:configChanges="orientation|keyboardHidden">
try your work.
Siten source
share