Skip to content

feature: Please provide support for the <intent-filter> </intent-filter> element in AndroidManifest.xml in pyproject.toml. #6560

@yst-one

Description

@yst-one

Duplicate Check

Describe the requested feature

<application
android:label="base_project"
...>
<activity
android:name=".MainActivity"
...>

    ...
    <!-- URL Scheme -->
    <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="myapp"/>
        <!-- <data android:scheme="myapp" android:host="pay"/> -->
    </intent-filter>
</activity>
...

Suggest a solution

No response

Screenshots

No response

Additional details

No response

Metadata

Metadata

Assignees

Labels

feature requestSuggestion/Request for additional feature

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions