autofill-parser: add missing <queries> tag

This commit is contained in:
Harsh Shandilya 2022-06-12 17:24:00 +05:30
parent 68cf22fb75
commit fbd326fa48
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 11 additions and 1 deletions

View file

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### Added
- [Mull](https://f-droid.org/packages/us.spotco.fennec_dos/) is now supported as an Autofill-capable browser.
- Raise target SDK to 31
## [1.1.0]

View file

@ -3,4 +3,13 @@
~ SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
-->
<manifest />
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
</intent>
</queries>
</manifest>