Get the handle to this device vibrator as a global ref

Property definitions

android :: vibration $ App :: vibrator=
	# Get the handle to this device vibrator as a global ref
	var vibrator: Vibrator is lazy do
		var v = vibrator_native(native_context)
		return v.new_global_ref
	end
lib/android/vibration.nit:50,2--54,4