smartdevicelink / sdl_requirements

Collection of requirements/technical tasks for new sdl_core features
BSD 3-Clause "New" or "Revised" License
2 stars 7 forks source link

SDL shall not put RC applications to HMI level NONE when user disables RC in HMI #93

Closed LitvinenkoIra closed 5 years ago

LitvinenkoIra commented 6 years ago

Fixes https://github.com/smartdevicelink/sdl_core/issues/2377 https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0181-keep-rc-app-hmi-level-when-disable-rc.md

This PR is [ready] for review.

Testing Plan

test set: https://github.com/smartdevicelink/sdl_atf_test_scripts/blob/fix/rc_disabling/test_sets/rc_CLIMATE_RADIO.txt PR for scripts: https://github.com/smartdevicelink/sdl_atf_test_scripts/pull/1979

Summary

Fix behavior in case when RC functionality is disabled from HMI

CLA

yang1070 commented 6 years ago

Please update OnRemoteControlSettings_disablingRC.png, in which it says app1 cannot be activated while RC functionality is disabled on HMI, which shall be removed. When RC disabled, we still allow activate RC applications.

LitvinenkoIra commented 6 years ago

@yang1070 Updated f994b74