mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 12:43:39 +00:00
Tweaks to autofill tile naming & fixed missing plus icon (#819)
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
<string name="PasswordGenerator">
|
||||
Password Generator
|
||||
</string>
|
||||
<string name="ScanAndFill">
|
||||
Scan & Fill
|
||||
<string name="AutoFillTile">
|
||||
Auto-fill
|
||||
</string>
|
||||
<string name="SelfHostedServerUrl">
|
||||
Self-hosted server URL
|
||||
|
||||
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user