We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi. i see an element "keyword" in androidManifest.xml. but in modifyManifest.py only uses to checking activity
# check config for application appCfgNode = sourceRoot.find('applicationCfg') if appCfgNode is not None and len(appCfgNode) > 0: appKeyWord = appCfgNode.get('keyword') if appKeyWord != None and len(appKeyWord) > 0: keyIndex = targetContent.find(appKeyWord) if -1 == keyIndex: bRet = True for node in list(appCfgNode): root.find('application').append(node)
if I want to add a new sdk into plugin-x.what should I do.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi.
i see an element "keyword" in androidManifest.xml. but in modifyManifest.py only uses to checking activity
if I want to add a new sdk into plugin-x.what should I do.
The text was updated successfully, but these errors were encountered: