|
@@ -19,6 +19,9 @@ def execute(game, sdk, config):
|
|
|
common_utils.changeApplication(game, sdk, subChannel, config, 'com.tygame.tianyu.TYApplication')
|
|
|
changePlaceholders(game, sdk, subChannel, config)
|
|
|
|
|
|
+ decompliePath = file_utils.getDecompliePath(game, sdk, subChannel, config['cache'])
|
|
|
+ manifest = os.path.join(decompliePath, 'AndroidManifest.xml')
|
|
|
+ xml_utils.deleteActivityByName(manifest,'com.jmhy.sdk.activity.JmpayActivity')
|
|
|
return 0
|
|
|
|
|
|
def checkConfig(config):
|