[Delete]
删除了apps应用列表模块 删除了back返回按钮模块 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -219,11 +219,7 @@ public class AutoNaviIntentHandler implements IMogoVoiceCmdCallBack {
|
||||
*/
|
||||
private void enterApp( Context context ) {
|
||||
try {
|
||||
if ( DebugConfig.isLauncher() ) {
|
||||
if ( MogoWidgetManger.getInstance().getApis().getLauncherApi() != null ) {
|
||||
MogoWidgetManger.getInstance().getApis().getLauncherApi().backToLauncher( context );
|
||||
}
|
||||
} else {
|
||||
if ( !DebugConfig.isLauncher() ) {
|
||||
LaunchUtils.launchByPkg( context, "com.mogo.launcher.app" );
|
||||
}
|
||||
mProperties.clear();
|
||||
|
||||
Reference in New Issue
Block a user