mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
blacklist com.android.settings from autofill
This commit is contained in:
parent
88fccfd6cd
commit
ac7e90c0aa
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ namespace Bit.Droid.Autofill
|
||||||
public static HashSet<string> BlacklistedUris = new HashSet<string>
|
public static HashSet<string> BlacklistedUris = new HashSet<string>
|
||||||
{
|
{
|
||||||
"androidapp://android",
|
"androidapp://android",
|
||||||
|
"androidapp://com.android.settings",
|
||||||
"androidapp://com.x8bit.bitwarden",
|
"androidapp://com.x8bit.bitwarden",
|
||||||
"androidapp://com.oneplus.applocker",
|
"androidapp://com.oneplus.applocker",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue