File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
sdl_android_lib/src/com/smartdevicelink Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ public class FunctionID {
43
43
public static final String RESET_GLOBAL_PROPERTIES = "ResetGlobalProperties" ;
44
44
public static final String SET_APP_ICON = "SetAppIcon" ;
45
45
public static final String CHANGE_REGISTRATION = "ChangeRegistration" ;
46
- public static final String CHANGE_LANGUAGE_REGISTRATION = "ChangeLanguageRegistration" ;
47
46
public static final String SET_DISPLAY_LAYOUT = "SetDisplayLayout" ;
48
47
public static final String ON_LANGUAGE_CHANGE = "OnLanguageChange" ;
49
48
public static final String PERFORM_AUDIO_PASS_THRU = "PerformAudioPassThru" ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class ChangeRegistrationResponse extends RPCResponse {
16
16
* Constructs a new ChangeRegistrationResponse object
17
17
*/
18
18
public ChangeRegistrationResponse () {
19
- super (FunctionID .CHANGE_LANGUAGE_REGISTRATION );
19
+ super (FunctionID .CHANGE_REGISTRATION );
20
20
}
21
21
22
22
/**
@@ -30,4 +30,4 @@ public ChangeRegistrationResponse() {
30
30
public ChangeRegistrationResponse (Hashtable <String , Object > hash ) {
31
31
super (hash );
32
32
}
33
- }
33
+ }
You can’t perform that action at this time.
0 commit comments