I was wondering if it is possible to get the package name of our app, through code. I need this because I have a few code snippets I use in all my apps. One of them is the About app activity I use. This activity displays app name and version number too. Right now I copy the bas module to each project and then hardcode the package name manually for every project.
If there was some generic command that would return the current package name, I could simply use it with Package Manager to display app name and version, in all my projects, without making any modification at all.