1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-27 12:26:31 +01:00

splash is exportable

This commit is contained in:
Kyle Spearrin 2017-10-19 11:19:24 -04:00
parent 264f2ab316
commit dd96608bb1

View File

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