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

Property definitions

android :: assets_and_resources $ NativeContext :: resources
	# Get the native ResourceManager of the application, used to initialize the nit's ResourceManager
	private fun resources: NativeResources in "Java" `{
		return self.getResources();
	`}
lib/android/assets_and_resources.nit:428,2--431,3