Get the native AssetsManager of the application, used to initialize the nit's AssetManager

Property definitions

android :: assets_and_resources $ NativeContext :: assets
	# Get the native AssetsManager of the application, used to initialize the nit's AssetManager
	private fun assets: NativeAssetManager in "Java" `{
		return self.getAssets();
	`}
lib/android/assets_and_resources.nit:418,2--421,3