Merge pull request #10767 from osmandapp/api_backward_compatible
API fix for backward compatibility
This commit is contained in:
commit
8b44bc8cba
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ public class ProfileSettingsParams extends AidlParams {
|
|||
this.silent = silent;
|
||||
}
|
||||
|
||||
public ProfileSettingsParams(Uri profileSettingsUri, List<AExportSettingsType> settingsTypeList,
|
||||
boolean replace, String latestChanges, int version) {
|
||||
this(profileSettingsUri, settingsTypeList, replace, false, latestChanges, version);
|
||||
}
|
||||
|
||||
public ProfileSettingsParams(Parcel in) {
|
||||
readFromParcel(in);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue