Skip to content

Commit bee9f97

Browse files
Add the new getCapability() method to LifecycleManager
1 parent 7dfa046 commit bee9f97

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

javaSE/src/main/java/com/smartdevicelink/managers/lifecycle/LifecycleManager.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,11 @@ public void getCapability(SystemCapabilityType systemCapabilityType, OnSystemCap
11451145

11461146
}
11471147

1148+
@Override
1149+
public Object getCapability(SystemCapabilityType systemCapabilityType, OnSystemCapabilityListener scListener, boolean forceUpdate) {
1150+
return LifecycleManager.this.systemCapabilityManager.getCapability(systemCapabilityType, scListener, forceUpdate);
1151+
}
1152+
11481153
@Override
11491154
public boolean isCapabilitySupported(SystemCapabilityType systemCapabilityType) {
11501155
return LifecycleManager.this.systemCapabilityManager.isCapabilitySupported(systemCapabilityType);

0 commit comments

Comments
 (0)