Is it possible to change Android application window title/label and its icon without a change of launcher icon and application name shown on application shortcut?
I mean the icons and window names as shown on the screenshot above. I am not referring to ActionBar (if exist), which is a part of layout.
Is it possible to change this dynamically by code? Is it possible to change it for each activity separately?