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

blacklist com.android.settings

This commit is contained in:
Kyle Spearrin 2019-06-01 21:27:30 -04:00
parent ca27b34122
commit 2ddb384c80

View File

@ -66,6 +66,7 @@ namespace Bit.Droid.Autofill
"androidapp://android",
"androidapp://com.x8bit.bitwarden",
"androidapp://com.oneplus.applocker",
"androidapp://com.android.settings",
};
public static async Task<List<FilledItem>> GetFillItemsAsync(Parser parser, ICipherService cipherService)