mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-29 12:45:20 +01:00
support for org.codeaurora.swe.browser
This commit is contained in:
parent
04bf86c21d
commit
72d4952812
@ -32,6 +32,7 @@ namespace Bit.Android
|
|||||||
new Browser("com.chrome.canary", "url_bar"),
|
new Browser("com.chrome.canary", "url_bar"),
|
||||||
new Browser("com.google.android.apps.chrome", "url_bar"),
|
new Browser("com.google.android.apps.chrome", "url_bar"),
|
||||||
new Browser("com.google.android.apps.chrome_dev", "url_bar"),
|
new Browser("com.google.android.apps.chrome_dev", "url_bar"),
|
||||||
|
new Browser("org.codeaurora.swe.browser", "url_bar"),
|
||||||
new Browser("org.iron.srware", "url_bar"),
|
new Browser("org.iron.srware", "url_bar"),
|
||||||
new Browser("com.sec.android.app.sbrowser", "sbrowser_url_bar"),
|
new Browser("com.sec.android.app.sbrowser", "sbrowser_url_bar"),
|
||||||
new Browser("com.sec.android.app.sbrowser.beta", "location_bar_edit_text"),
|
new Browser("com.sec.android.app.sbrowser.beta", "location_bar_edit_text"),
|
||||||
@ -262,6 +263,11 @@ namespace Bit.Android
|
|||||||
Resource.Color.primary));
|
Resource.Color.primary));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(Build.VERSION.SdkInt <= BuildVersionCodes.N)
|
||||||
|
{
|
||||||
|
builder.SetPriority(-1);
|
||||||
|
}
|
||||||
|
|
||||||
notificationManager.Notify(AutoFillNotificationId, builder.Build());
|
notificationManager.Notify(AutoFillNotificationId, builder.Build());
|
||||||
|
|
||||||
builder.Dispose();
|
builder.Dispose();
|
||||||
|
Loading…
Reference in New Issue
Block a user