I am trying to change application name at run time with user provided text and app icon with user selected icon . Is it possible to change app name and icon run time ??
I have already tried :
getPackageManager().setComponentEnabledSetting
But this is not the perfect solution. Can anyone help me ??