Small fix
This commit is contained in:
parent
6f32c8cf0d
commit
46559fc328
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public class ProfileSettingsParams extends AidlParams {
|
|||
|
||||
public static final String VERSION_KEY = "version";
|
||||
public static final String REPLACE_KEY = "replace";
|
||||
public static final String SILENT_IMPORT_KEY = "silent_import";
|
||||
public static final String SILENT_IMPORT_KEY = "silentImport";
|
||||
public static final String LATEST_CHANGES_KEY = "latestChanges";
|
||||
public static final String PROFILE_SETTINGS_URI_KEY = "profileSettingsUri";
|
||||
private Uri profileSettingsUri;
|
||||
|
|
Loading…
Reference in a new issue