X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=policy_manager%2Fstm%2Fzipc%2FStateTransitionor%2FAppsLayer%2FZAPL_Apps_func.c;h=8d14bf316f793716db604f37eef47e5fdd94d4e7;hb=ac17da7010c6bd90240a641d503991ca5d0cb41a;hp=245271fa33c683ccfc5f1a2c75231d707532ae93;hpb=98006b6538c5be44350746ec3756f004a5c68af8;p=apps%2Fagl-service-windowmanager.git 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 @@ -88,6 +88,22 @@ void stm_apl_start_activity_system() { g_stm_crr_state.layer[StmLayerNoApps].changed = STM_TRUE; } +/* + * @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 */