Android $S(PackageName) APL variable not available in 4.12

Finding that the APL script variable PackageName is no longer available in 4.12 or at least I am getting build errors telling me it’s missing. Is this expected? If so is there an accepted way to access the Android package name in APL script?

This wasn’t ever exposed in the past. The best way to get it is from the AndoidManifest.xml in androidManifestUpdates:

It should be the first thing you do in the section.

Thanks Chris. I must’ve added the support for the PackageName from my own purposes at some point. The use of the setStringFromAttribute call seems more appropriate and works quite well.