Skip to content

auto detect mainActivity from AndroidManifest.xml #896

Description

@kagawagao

Describe the Feature

auto detect MainActivity from AndroidManifest.xml

Possible Implementations

parse AndroidManifest.xml and get MainActivity

<activityandroid:name=".module.MyActivity">
<intent-filter>
<actionandroid:name="android.intent.action.MAIN" />
<categoryandroid:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

Related Issues

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions