Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit fbd326f

Browse files
committed
autofill-parser: add missing <queries> tag
1 parent 68cf22f commit fbd326f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

autofill-parser/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- [Mull](https://f-droid.org/packages/us.spotco.fennec_dos/) is now supported as an Autofill-capable browser.
10+
- Raise target SDK to 31
1011

1112
## [1.1.0]
1213

autofill-parser/src/main/AndroidManifest.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,13 @@
33
~ SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
44
-->
55

6-
<manifest />
6+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
7+
8+
<queries>
9+
<intent>
10+
<action android:name="android.intent.action.VIEW" />
11+
<category android:name="android.intent.category.BROWSABLE" />
12+
<data android:scheme="https" />
13+
</intent>
14+
</queries>
15+
</manifest>

0 commit comments

Comments
 (0)