If auto_commit is false, has to be called to save the data to persistant memory

Property definitions

android $ SharedPreferences :: commit
	# If auto_commit is `false`, has to be called to save the data to persistant memory
	fun commit: Bool
	do
		sys.jni_env.push_local_frame(1)
		var return_value = editor.commit
		sys.jni_env.pop_local_frame
		return return_value
	end
lib/android/shared_preferences/shared_preferences_api10.nit:288,2--295,4