Skip to content

Commit b019127

Browse files
author
Mike Burke
committed
Merge branch 'refs/heads/sdl_android_parent/hotfix' into sdl_android_parent/master
Signed-off-by: Mike Burke <mike@livioconnect.com> Conflicts: sdl_android_lib/src/com/smartdevicelink/proxy/rpc/ChangeRegistrationResponse.java
2 parents a381ea4 + e2bcd6e commit b019127

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sdl_android_lib/src/com/smartdevicelink/protocol/enums/FunctionID.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public class FunctionID {
4343
public static final String RESET_GLOBAL_PROPERTIES = "ResetGlobalProperties";
4444
public static final String SET_APP_ICON = "SetAppIcon";
4545
public static final String CHANGE_REGISTRATION = "ChangeRegistration";
46-
public static final String CHANGE_LANGUAGE_REGISTRATION = "ChangeLanguageRegistration";
4746
public static final String SET_DISPLAY_LAYOUT = "SetDisplayLayout";
4847
public static final String ON_LANGUAGE_CHANGE = "OnLanguageChange";
4948
public static final String PERFORM_AUDIO_PASS_THRU = "PerformAudioPassThru";

sdl_android_lib/src/com/smartdevicelink/proxy/rpc/ChangeRegistrationResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class ChangeRegistrationResponse extends RPCResponse {
1616
* Constructs a new ChangeRegistrationResponse object
1717
*/
1818
public ChangeRegistrationResponse() {
19-
super(FunctionID.CHANGE_LANGUAGE_REGISTRATION);
19+
super(FunctionID.CHANGE_REGISTRATION);
2020
}
2121

2222
/**
@@ -30,4 +30,4 @@ public ChangeRegistrationResponse() {
3030
public ChangeRegistrationResponse(Hashtable<String, Object> hash) {
3131
super(hash);
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)