1.4.1217
bugfixes:优化命名
This commit is contained in:
@@ -5,7 +5,7 @@ import android.content.Intent;
|
||||
import android.util.Log;
|
||||
|
||||
import com.aoleyun.sn.comm.CommonConfig;
|
||||
import com.aoleyun.sn.utils.JGYUtils;
|
||||
import com.aoleyun.sn.utils.JgyUtils;
|
||||
import com.tencent.mmkv.MMKV;
|
||||
|
||||
public class AoleyunActivityController extends IActivityController.Stub {
|
||||
@@ -16,12 +16,12 @@ public class AoleyunActivityController extends IActivityController.Stub {
|
||||
public boolean activityStarting(Intent intent, String pkg) {
|
||||
Log.e(TAG, "activityStarting: " + pkg + ", intent= " + intent);
|
||||
|
||||
// if (JGYUtils.getInstance().isHidedApp(pkg)) {
|
||||
// if (JgyUtils.getInstance().isHidedApp(pkg)) {
|
||||
// return false;
|
||||
// }
|
||||
|
||||
//false 则不会启动,直接返回。
|
||||
if (JGYUtils.getInstance().isCloudLessonMod(pkg)) {
|
||||
if (JgyUtils.getInstance().isCloudLessonMod(pkg)) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user