mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
add back SystemUiPackage
This commit is contained in:
parent
5b5385c01d
commit
8877e71bd2
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue