Skip to content

Request: add inspection for manifest "queries", to tell when some entries there are completely identical  #56

@AndroidDeveloperLB

Description

@AndroidDeveloperLB

As the title says.

For example, if I have this:

  <queries>
        <intent>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.HOME"/>
        </intent>
...
        <intent>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.HOME"/>
        </intent>

The second one isn't needed.
You can also add this for merged manifest, but it's a bit more dangerous... If you add it there, please mention where it already exists, and point to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions