Skip to content

Commit d3a9088

Browse files
committed
[SupportedBrowsers] add Tencent
1 parent 9bfbe0c commit d3a9088

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

app/src/main/assets/fido2_privileged_google.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,18 @@
352352
]
353353
}
354354
},
355+
{
356+
"type": "android",
357+
"info": {
358+
"package_name": "com.tencent.mtt",
359+
"signatures": [
360+
{
361+
"build": "release",
362+
"cert_fingerprint_sha256": "D8:A4:DB:56:B7:EB:C3:9F:E5:F3:00:42:15:F0:E0:DE:CB:43:B9:CF:CB:E9:B2:D9:48:38:3F:ED:D4:34:E7:D9"
363+
}
364+
]
365+
}
366+
},
355367
{
356368
"type": "android",
357369
"info": {
@@ -817,4 +829,4 @@
817829
}
818830
}
819831
]
820-
}
832+
}

app/src/main/kotlin/com/x8bit/bitwarden/data/autofill/accessibility/util/BrowserUtil.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ private val ACCESSIBILITY_SUPPORTED_BROWSERS = listOf(
7777
),
7878
Browser(packageName = "com.stoutner.privacybrowser.free", urlFieldId = "url_edittext"),
7979
Browser(packageName = "com.stoutner.privacybrowser.standard", urlFieldId = "url_edittext"),
80+
Browser(packageName = "com.tencent.mtt", urlFieldId = "url_bar"),
8081
Browser(packageName = "com.vivaldi.browser", urlFieldId = "url_bar"),
8182
Browser(packageName = "com.vivaldi.browser.snapshot", urlFieldId = "url_bar"),
8283
Browser(packageName = "com.vivaldi.browser.sopranos", urlFieldId = "url_bar"),

app/src/main/res/xml/autofill_service_configuration.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@
154154
<compatibility-package
155155
android:name="com.stoutner.privacybrowser.standard"
156156
android:maxLongVersionCode="10000000000" />
157+
<compatibility-package
158+
android:name="com.tencent.mtt"
159+
android:maxLongVersionCode="10000000000" />
157160
<compatibility-package
158161
android:name="com.vivaldi.browser"
159162
android:maxLongVersionCode="10000000000" />

0 commit comments

Comments
 (0)