Skip to content

auto detect mainActivity from AndroidManifest.xml #896

@kagawagao

Description

@kagawagao

Describe the Feature

auto detect MainActivity from AndroidManifest.xml

Possible Implementations

parse AndroidManifest.xml and get MainActivity

<activity android:name=".module.MyActivity">
  <intent-filter>
    <action android:name="android.intent.action.MAIN" />
    <category android: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