Skip to content

Commit 3d7afec

Browse files
authored
Merge pull request #83 from smartdevicelink/fix/app_hmi_type_description
Update AppHMIType policy description
2 parents 488d8b8 + 608a52c commit 3d7afec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Policies/App Policies/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This field is mandatory when defining policies for a cloud application, in which
4545

4646
### AppHMIType
4747

48-
This field defines a list of AppHMITypes which an application is allowed to register with. If omitted, all AppHMITypes will be allowed (with the exception of `WEB_VIEW`).
48+
This field defines a list of AppHMITypes which an application is allowed to be registered with. If provided, this list of AppHMITypes will be used for this application in place of the `appHMIType` list provided in the app's RegisterAppInterface request. If there are AppHMITypes present in the app's RegisterAppInterface request that are not present in this list, SDL Core will provide a warning of this discrepancy to the app in the RegisterAppInterface response.
4949

5050
!!! note
5151
This field is mandatory for webengine apps which use the `WEB_VIEW` AppHMIType, in which case the `WEB_VIEW` value must be explicitly included in this list.

0 commit comments

Comments
 (0)