From ab07d38280c82ad19b87ddfad11254a1f7d22cf9 Mon Sep 17 00:00:00 2001 From: Zhimin Yang Date: Mon, 1 Oct 2018 10:30:38 -0400 Subject: [PATCH 1/3] add keepContextAvailable parameter and fix typos --- .../0099-new-remote-control-modules-and-parameters.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/proposals/0099-new-remote-control-modules-and-parameters.md b/proposals/0099-new-remote-control-modules-and-parameters.md index 36ae78a46b..1ec0c7cde3 100644 --- a/proposals/0099-new-remote-control-modules-and-parameters.md +++ b/proposals/0099-new-remote-control-modules-and-parameters.md @@ -240,6 +240,9 @@ New AUDIO data types. Availability of the control of audio source. + + Availability of the keepContext paramter. + Availability of the control of audio volume. @@ -273,9 +276,10 @@ New AUDIO data types. This parameter shall not be present in any getter responses or notifications. - This parameter is optional in a setter request. The default value is false. - If it is true, the system not only changes the audio source but also brings the default infotainment system UI associated with the audio source to foreground and set the application to background. - If it is false, the system changes the audio source, but keeps the current application's context. + This parameter is optional in a setter request. The default value is false if it is not included. + If it is false, the system not only changes the audio source but also brings the default application or + system UI associated with the audio source to foreground. + If it is true, the system only changes the audio source, but keeps the current application in foreground. From 9ea1d58bb47e0de3bfc213ceb51541dd2940216d Mon Sep 17 00:00:00 2001 From: Zhimin Yang Date: Mon, 1 Oct 2018 13:38:41 -0400 Subject: [PATCH 2/3] fix a typo --- proposals/0099-new-remote-control-modules-and-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0099-new-remote-control-modules-and-parameters.md b/proposals/0099-new-remote-control-modules-and-parameters.md index 1ec0c7cde3..5bdf04b996 100644 --- a/proposals/0099-new-remote-control-modules-and-parameters.md +++ b/proposals/0099-new-remote-control-modules-and-parameters.md @@ -241,7 +241,7 @@ New AUDIO data types. Availability of the control of audio source. - Availability of the keepContext paramter. + Availability of the keepContext parameter. Availability of the control of audio volume. From 44da1aaf2c027d0e5f94714901acba9aeacec837 Mon Sep 17 00:00:00 2001 From: Zhimin Yang Date: Wed, 3 Oct 2018 13:11:04 -0400 Subject: [PATCH 3/3] Update 0099-new-remote-control-modules-and-parameters.md --- proposals/0099-new-remote-control-modules-and-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0099-new-remote-control-modules-and-parameters.md b/proposals/0099-new-remote-control-modules-and-parameters.md index 5bdf04b996..5c18bbbcb5 100644 --- a/proposals/0099-new-remote-control-modules-and-parameters.md +++ b/proposals/0099-new-remote-control-modules-and-parameters.md @@ -273,7 +273,7 @@ New AUDIO data types. If the value is MOBILE_APP, the system shall switch to the mobile media app that issues the setter RPC. - + This parameter shall not be present in any getter responses or notifications. This parameter is optional in a setter request. The default value is false if it is not included.