We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb338e3 commit af4ce7cCopy full SHA for af4ce7c
2 files changed
base/src/main/java/com/smartdevicelink/managers/BaseSdlManager.java
@@ -727,7 +727,6 @@ public Builder setAppIcon(final SdlArtwork sdlArtwork) {
727
return this;
728
}
729
730
-
731
/**
732
* Sets the vector of AppHMIType <br>
733
* <strong>Note: This should be an ordered list from most -> least relevant</strong>
base/src/main/java/com/smartdevicelink/managers/lifecycle/BaseLifecycleManager.java
@@ -1514,6 +1514,7 @@ void onProtocolSessionStarted(SessionType sessionType) {
1514
rai.setDayColorScheme(appConfig.getDayColorScheme());
1515
rai.setNightColorScheme(appConfig.getNightColorScheme());
1516
rai.setHashID(appConfig.getHashId());
1517
+
1518
//Add device/system info in the future
1519
1520
sendRPCMessagePrivate(rai, true);
0 commit comments