Restricts file access to the current application

Property definitions

android $ SharedPreferences :: privately
	# Restricts file access to the current application
	init privately(app: App, file_name: String)
	do
		self.init(app, file_name, private_mode)
	end
lib/android/shared_preferences/shared_preferences_api10.nit:160,2--164,4