Reputation: 734
I changed the package name of the application by following How do I rename the android package name?
However, the old package name is still being shown on the android device that the application is installed on:
Android->Data->"old package name"
Upvotes: 1
Views: 3031
Reputation: 925
If you are using Android studio make sure you change applicationId in the Build.gradle file
Upvotes: 10