aboutsummaryrefslogtreecommitdiffstats
path: root/policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.c
diff options
context:
space:
mode:
Diffstat (limited to 'policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.c')
-rwxr-xr-xpolicy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.c b/policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.c
index 245271f..8d14bf3 100755
--- a/policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.c
+++ b/policy_manager/stm/zipc/StateTransitionor/AppsLayer/ZAPL_Apps_func.c
@@ -89,6 +89,22 @@ void stm_apl_start_activity_system() {
}
/*
+ * @name stm_apl_start_activity_launcher
+ */
+void stm_apl_start_activity_launcher() {
+ g_stm_crr_state.layer[StmLayerNoApps].state = StmLayoutNoLchNml;
+ g_stm_crr_state.layer[StmLayerNoApps].changed = STM_TRUE;
+}
+
+/*
+ * @name stm_apl_start_activity_launcher_fullscreen
+ */
+void stm_apl_start_activity_launcher_fullscreen() {
+ g_stm_crr_state.layer[StmLayerNoApps].state = StmLayoutNoLchFll;
+ g_stm_crr_state.layer[StmLayerNoApps].changed = STM_TRUE;
+}
+
+/*
* @name stm_apl_event_restriction_mode_off
*/
void stm_apl_event_restriction_mode_off() {