2.1发布版
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.yutou.jianrmg_v2.plugs.test.app1;
|
||||
package com.yutou.jianr_mg.plugs.test.app1;
|
||||
|
||||
import android.content.Context;
|
||||
import android.support.test.InstrumentationRegistry;
|
||||
@@ -21,6 +21,6 @@ public class ExampleInstrumentedTest {
|
||||
// Context of the app under test.
|
||||
Context appContext = InstrumentationRegistry.getTargetContext();
|
||||
|
||||
assertEquals("com.yutou.jianrmg_v2.plugs.test.app1.test", appContext.getPackageName());
|
||||
assertEquals("com.yutou.jianr_mg.plugs.test.app1.test", appContext.getPackageName());
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.yutou.jianrmg_v2.plugins;
|
||||
package com.yutou.jianr_mg.plugins;
|
||||
|
||||
public class Data {
|
||||
public static String name="test";
|
||||
@@ -6,6 +6,6 @@ public class Data {
|
||||
public static String appId="abcdefg";
|
||||
public static String url="#";
|
||||
public static String image="#";
|
||||
public static String mainFunction="com.yutou.jianrmg_v2.plugs.test.app1.MainActivity#localActivity";
|
||||
public static String mainFunction="com.yutou.jianr_mg.plugs.test.app1.MainActivity#localActivity";
|
||||
public static Integer permission=0;
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.yutou.jianrmg_v2.plugs.test.app1;
|
||||
package com.yutou.jianr_mg.plugs.test.app1;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.yutou.jianrmg_v2.plugs.test.app1;
|
||||
package com.yutou.jianr_mg.plugs.test.app1;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.os.Bundle;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.yutou.jianrmg_v2.plugs.test.app1;
|
||||
package com.yutou.jianr_mg.plugs.test.app1;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
Reference in New Issue
Block a user