1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 05:13:31 +00:00

Tweaks to autofill tile naming & fixed missing plus icon (#819)

This commit is contained in:
Matt Portune
2020-04-03 09:57:04 -04:00
committed by GitHub
parent 44999557c0
commit d635555576
4 changed files with 5 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ using Java.Lang;
namespace Bit.Droid.Tile
{
[Service(Permission = Manifest.Permission.BindQuickSettingsTile, Label = "@string/ScanAndFill",
[Service(Permission = Manifest.Permission.BindQuickSettingsTile, Label = "@string/AutoFillTile",
Icon = "@drawable/shield")]
[IntentFilter(new string[] { ActionQsTile })]
[Register("com.x8bit.bitwarden.AutofillTileService")]