splash is exportable

This commit is contained in:
Kyle Spearrin 2017-10-19 11:19:24 -04:00
parent 264f2ab316
commit dd96608bb1
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ namespace Bit.Android
[Activity(Theme = "@style/BitwardenTheme.Splash",
MainLauncher = true,
NoHistory = true,
WindowSoftInputMode = global::Android.Views.SoftInput.StateHidden,
Exported = false)]
WindowSoftInputMode = global::Android.Views.SoftInput.StateHidden)]
public class SplashActivity : AppCompatActivity
{
public override void OnCreate(Bundle savedInstanceState, PersistableBundle persistentState)