1. 车聊聊电话和音乐浮窗的互斥
2. 添加模块资源释放回调
This commit is contained in:
@@ -2,6 +2,7 @@ package com.mogo.service.module;
|
||||
|
||||
import android.content.Context;
|
||||
import android.os.Bundle;
|
||||
import android.util.Log;
|
||||
import android.view.View;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
@@ -13,6 +14,8 @@ import com.mogo.map.location.IMogoLocationListener;
|
||||
import com.mogo.map.marker.IMogoMarkerClickListener;
|
||||
import com.mogo.map.navi.IMogoNaviListener;
|
||||
|
||||
import java.util.logging.Logger;
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2019-12-24
|
||||
@@ -128,4 +131,8 @@ public interface IMogoModuleProvider extends IProvider {
|
||||
default String getAppName() {
|
||||
return "";
|
||||
}
|
||||
|
||||
default void onDestroy(){
|
||||
Log.d( "IMogoModuleProvider", "onDestroy" );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user