-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/mobile projection #2080
Conversation
Add projection app to audio app list as it can stream audio This is done to enable HMI leve switching to LIMITED level.
There was added PROJECTION HMI type to the notifications_per_minute_by_priority structure. Also this structure was updated in the policy types to make everything work correctly.
af14f5c
to
6927d26
Compare
6927d26
to
12866af
Compare
Update preloaded PT with PROJECTION HMI type
12866af
to
21b7b70
Compare
@@ -228,7 +228,8 @@ void ApplicationImpl::set_voice_communication_supported( | |||
} | |||
|
|||
bool ApplicationImpl::IsAudioApplication() const { | |||
return is_media_ || is_voice_communication_application_ || is_navi_; | |||
return is_media_ || is_voice_communication_application_ || is_navi_ || | |||
mobile_projection_enabled_; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why it is or with mobile_projection_enabled_?
mobile_projection app can be media or non-media. For non-media mobile projection app, it is wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can one of the admins verify this patch? |
Duplicate changes to #2155 |
Fixes #
This PR is ready for review.
Risk
This PR makes no API changes.
Testing Plan
HMI : smartdevicelink/sdl_hmi#53
ATF Tests: smartdevicelink/sdl_atf_test_scripts#1855
Summary
This PR contains changes related to Mobile projections
Code : #2080
HMI : smartdevicelink/sdl_hmi#53
SDL documentation : Not SAD changed required
ATF Tests: smartdevicelink/sdl_atf_test_scripts#1855
HMI Integration guilelines : smartdevicelink/sdl_hmi_integration_guidelines#92
SDL requirenments : smartdevicelink/sdl_requirements#56
CLA