1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-01 04:27:39 +02:00

blacklist com.android.settings from autofill

This commit is contained in:
Kyle Spearrin 2019-11-08 11:57:07 -05:00
parent 88fccfd6cd
commit ac7e90c0aa

View File

@ -67,6 +67,7 @@ namespace Bit.Droid.Autofill
public static HashSet<string> BlacklistedUris = new HashSet<string>
{
"androidapp://android",
"androidapp://com.android.settings",
"androidapp://com.x8bit.bitwarden",
"androidapp://com.oneplus.applocker",
};