Skip to content
New issue

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

what does "keyword" in androidManifest.xml do? #118

Open
enhhh opened this issue Dec 31, 2014 · 0 comments
Open

what does "keyword" in androidManifest.xml do? #118

enhhh opened this issue Dec 31, 2014 · 0 comments

Comments

@enhhh
Copy link

enhhh commented Dec 31, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant