Get the package name of the application

Property definitions

android :: assets_and_resources $ NativeContext :: package_name
	# Get the package name of the application
	private fun package_name: JavaString in "Java" `{
		return self.getPackageName();
	`}
lib/android/assets_and_resources.nit:423,2--426,3