mirror of
https://github.com/bitwarden/mobile
synced 2025-02-08 16:08:52 +01:00
blacklist com.android.settings from autofill
This commit is contained in:
parent
88fccfd6cd
commit
ac7e90c0aa
@ -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",
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user