1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-06 05:17:59 +02:00

add back SystemUiPackage

This commit is contained in:
Kyle Spearrin 2018-02-01 17:01:37 -05:00
parent 5b5385c01d
commit 8877e71bd2

View File

@ -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;