- mode
- Operating mode. Use Android.Content.Context.MODE_PRIVATE for the default operation, Android.Content.Context.MODE_WORLD_READABLE and Android.Content.Context.MODE_WORLD_WRITEABLE to control permissions.
Documentation for this section has not yet been entered.
Retrieve a Android.Content.ISharedPreferences object for accessing preferences that are private to this activity. This simply calls the underlying Android.Content.ContextWrapper.GetSharedPreferences(string, Android.Content.FileCreationMode) method by passing in this activity's class name as the preferences name.