Is there a way to get the real package name when running a flavored versions of an android app?
I writing and library and in this library I want to get the the app package name for some reason. When I call getPackageName()
it returns com.example.app.. I want to always get com.example.app without the flavor name. Is there a way to do that ?