This commit is contained in:
Kyle Spearrin
2019-04-26 10:07:42 -04:00
parent baf77eb3a3
commit 9cb141ef62
3 changed files with 41 additions and 1 deletions

View File

@@ -7,9 +7,9 @@ namespace Bit.Droid
{
[Activity(
Label = "Bitwarden",
MainLauncher = true,
Icon = "@mipmap/ic_launcher",
Theme = "@style/MainTheme",
Exported = false,
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
[Register("com.x8bit.bitwarden.MainActivity")]
public class MainActivity : Xamarin.Forms.Platform.Android.FormsAppCompatActivity