1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 11:13:49 +00:00

accessibility service WIP

This commit is contained in:
Kyle Spearrin
2017-01-31 20:45:51 -05:00
parent 47e427a851
commit 2c446f939e
6 changed files with 86 additions and 50 deletions

View File

@@ -6,9 +6,9 @@ using Android.Views;
namespace Bit.Android
{
[Activity(Label = "bitwarden",
[Activity(Theme = "@style/BitwardenTheme.Splash",
Label = "bitwarden",
Icon = "@drawable/icon",
LaunchMode = global::Android.Content.PM.LaunchMode.SingleTask,
WindowSoftInputMode = SoftInput.StateHidden)]
public class AutofillActivity : Activity
{
@@ -69,6 +69,7 @@ namespace Bit.Android
}
finally
{
Xamarin.Forms.MessagingCenter.Send(Xamarin.Forms.Application.Current, "SetMainPage");
Finish();
}
}