mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-25 16:47:55 +01:00
add back SystemUiPackage
This commit is contained in:
parent
5b5385c01d
commit
8877e71bd2
@ -20,6 +20,7 @@ namespace Bit.Android
|
||||
private NotificationChannel _notificationChannel;
|
||||
|
||||
private const int AutoFillNotificationId = 34573;
|
||||
private const string SystemUiPackage = "com.android.systemui";
|
||||
private const string BitwardenPackage = "com.x8bit.bitwarden";
|
||||
private const string BitwardenWebsite = "bitwarden.com";
|
||||
private const string BitwardenAccessibilityTag = "bw_access";
|
||||
@ -69,7 +70,7 @@ namespace Bit.Android
|
||||
"com.google.android.googlequicksearchbox",
|
||||
"com.google.android.apps.nexuslauncher",
|
||||
"com.google.android.launcher",
|
||||
"com.android.systemui"
|
||||
SystemUiPackage
|
||||
};
|
||||
|
||||
private readonly IAppSettingsService _appSettings;
|
||||
|
Loading…
Reference in New Issue
Block a user