What is the difference between package name vs applicationId.
I want to know the differences between them, while both having a different way to use in this code. to get package name u need context and way something like this
context.getPackageName();
and for the sake of applicationId no need of context or activity,
BuildConfig.applicationId
and I've observed on play store link applicationid is now your linked id, instead of package name.
The question is the same as a post in the following link but answers not satisfy me. What is the difference between changing package name vs applicationId