Property definitions

android :: native_notification $ NativeContext :: notification_manager
	fun notification_manager: NativeNotificationManager in "Java" `{
		return (NotificationManager)self.getSystemService(Context.NOTIFICATION_SERVICE);
	`}
lib/android/notification/native_notification.nit:29,2--31,3