Commit 045c03d4 by sikang

update script

parent 4ca8fcf1
...@@ -87,7 +87,7 @@ with open('obact_lib.json', "rt") as f: ...@@ -87,7 +87,7 @@ with open('obact_lib.json', "rt") as f:
source_root = json_root["applibroot"] source_root = json_root["applibroot"]
manifest = json_root["appmanifest"] manifest = json_root["appmanifest"]
print("activity mapping %s"%activity_mangle_setting)s print("activity mapping %s"%activity_mangle_setting)
root_path = os.path.join(os.getcwd(), source_root) root_path = os.path.join(os.getcwd(), source_root)
# perform content replace for the files # perform content replace for the files
......
...@@ -128,7 +128,7 @@ with open('obact_lib.json', "rt") as f: ...@@ -128,7 +128,7 @@ with open('obact_lib.json', "rt") as f:
source_root = json_root["applibroot"] source_root = json_root["applibroot"]
manifest = json_root["appmanifest"] manifest = json_root["appmanifest"]
print("activity mapping %s"%activity_mangle_setting)s print("activity mapping %s"%activity_mangle_setting)
root_path = os.path.join(os.getcwd(), source_root) root_path = os.path.join(os.getcwd(), source_root)
# perform content replace for the files # perform content replace for the files
......
package tech.starwin.impl;
import android.app.Activity;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import com.common.base.BaseTrustee;
/**
* Created by SiKang on 2019/3/12.
*/
public interface OnEntrustListener {
BaseTrustee onEntrust(Activity activity, ViewGroup view, Class clz);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment