public class SharedPreferencesFactory
extends java.lang.Object
Retrieves the SharedPreferences
instance where user adjustable
settings for ACRA are stored. Default are the Application default
SharedPreferences, but you can provide another SharedPreferences name
with ReportsCrashes.sharedPreferencesName()
.
Constructor and Description |
---|
SharedPreferencesFactory(android.content.Context context,
ACRAConfiguration config) |
Modifier and Type | Method and Description |
---|---|
android.content.SharedPreferences |
create() |
public SharedPreferencesFactory(@NonNull android.content.Context context, @NonNull ACRAConfiguration config)