1

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 ??

BlackBeard
  • 10,246
  • 7
  • 52
  • 62
Stack
  • 23
  • 6
  • Have you tried to change the app name through gradle? for appicon, I think that changing through android manifest is already perfect Edit: I think I missed the "runtime", I don't think you can change that once the app is build though – Gregorius Giovanni Roswin Aug 21 '17 at 06:54
  • https://stackoverflow.com/a/17147381/1993446 – Reena Aug 21 '17 at 06:55
  • how to change app name through gradle ?? i want to set app name whatever user enters in textArea at runtime – Stack Aug 21 '17 at 07:46

0 Answers0