mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-26 16:57:59 +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 NotificationChannel _notificationChannel;
|
||||||
|
|
||||||
private const int AutoFillNotificationId = 34573;
|
private const int AutoFillNotificationId = 34573;
|
||||||
|
private const string SystemUiPackage = "com.android.systemui";
|
||||||
private const string BitwardenPackage = "com.x8bit.bitwarden";
|
private const string BitwardenPackage = "com.x8bit.bitwarden";
|
||||||
private const string BitwardenWebsite = "bitwarden.com";
|
private const string BitwardenWebsite = "bitwarden.com";
|
||||||
private const string BitwardenAccessibilityTag = "bw_access";
|
private const string BitwardenAccessibilityTag = "bw_access";
|
||||||
@ -69,7 +70,7 @@ namespace Bit.Android
|
|||||||
"com.google.android.googlequicksearchbox",
|
"com.google.android.googlequicksearchbox",
|
||||||
"com.google.android.apps.nexuslauncher",
|
"com.google.android.apps.nexuslauncher",
|
||||||
"com.google.android.launcher",
|
"com.google.android.launcher",
|
||||||
"com.android.systemui"
|
SystemUiPackage
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly IAppSettingsService _appSettings;
|
private readonly IAppSettingsService _appSettings;
|
||||||
|
Loading…
Reference in New Issue
Block a user