opt
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mogo.module.gps.simulator" />
|
||||
@@ -0,0 +1,12 @@
|
||||
package com.mogo.module.gps.simulator;
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020-04-13
|
||||
* <p>
|
||||
* 描述
|
||||
*/
|
||||
public class GpsSimulatorConstants {
|
||||
|
||||
public static final String API_PATH = "/gpssimulator/api";
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
package com.mogo.module.gps.simulator;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020-04-13
|
||||
* <p>
|
||||
* gps 模拟控制开关
|
||||
*/
|
||||
public interface IMogoGpsSimulatorManager extends IProvider {
|
||||
|
||||
/**
|
||||
* 打开 gps 模拟
|
||||
*/
|
||||
void open();
|
||||
|
||||
/**
|
||||
* 关闭 gps 模拟
|
||||
*/
|
||||
void close();
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<string name="app_name">mogo-module-gps-simulator</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user