1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 23:33:34 +00:00

Readded Android test project.

This commit is contained in:
Kyle Spearrin
2016-08-20 22:47:35 -04:00
parent fb77747a1b
commit 9f7ad7588e
6 changed files with 5953 additions and 48 deletions

View File

@@ -5,7 +5,7 @@ using Xamarin.Android.NUnitLite;
namespace Android.Test
{
[Activity(Label = "Android.Test", MainLauncher = true, Icon = "@drawable/icon")]
[Activity(Label = "bitwarden test", MainLauncher = true, Icon = "@drawable/icon")]
public class MainActivity : TestSuiteActivity
{
protected override void OnCreate(Bundle bundle)