summaryrefslogtreecommitdiff
path: root/src/components/interfaces/MOBILE_API.xml
diff options
context:
space:
mode:
authorAlexander <akutsan@luxoft.com>2018-12-17 17:49:46 +0000
committerigapchuck <igapchuck@luxoft.com>2019-07-24 10:26:36 +0300
commite7af1061be064f983f64a837f665d3d4d51c601c (patch)
treeea282346e12c938f0b192b7976ccc007e8c578c4 /src/components/interfaces/MOBILE_API.xml
parenta6d1390dab380805ef475552b63a95843ed97133 (diff)
downloadsdl_core-e7af1061be064f983f64a837f665d3d4d51c601c.tar.gz
Add lock_screen_dismissal_enabled to API and policy
Diffstat (limited to 'src/components/interfaces/MOBILE_API.xml')
-rw-r--r--src/components/interfaces/MOBILE_API.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index fb6e9dc95e..970a4805fb 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -7554,6 +7554,13 @@
<param name="state" type="DriverDistractionState" mandatory="true">
<description>Current State of Driver Distraction</description>
</param>
+ <param name="lockScreenDismissalEnabled" type="Boolean" mandatory="false" since="6.0">
+ <description>
+ If enabled, the lock screen will be able to be dismissed while connected to SDL, allowing users
+ the ability to interact with the app. Dismissals should include a warning to the user and ensure
+ that they are not the driver.
+ </description>
+ </param>
</function>
<function name="OnPermissionsChange" functionID="OnPermissionsChangeID" messagetype="notification" since="2.0">