删除了apps应用列表模块
删除了back返回按钮模块

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-12-17 17:11:21 +08:00
parent 29651691ba
commit ada4a5f7c9
865 changed files with 7 additions and 5786 deletions

View File

@@ -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();