Skip to content

flows: make the entry point activities stand out #15

@ragunathjawahar

Description

@ragunathjawahar

Android apps may have one or more entry points. We could get this information from the manifest and highlight these Activity classes in a different color.

<intent-filter>
  <action android:name="android.intent.action.MAIN" />
  <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions