mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 12:43:39 +00:00
do not export bitwarden activities
This commit is contained in:
@@ -10,7 +10,8 @@ namespace Bit.Android
|
||||
[Activity(Theme = "@style/BitwardenTheme.Splash",
|
||||
MainLauncher = true,
|
||||
NoHistory = true,
|
||||
WindowSoftInputMode = global::Android.Views.SoftInput.StateHidden)]
|
||||
WindowSoftInputMode = global::Android.Views.SoftInput.StateHidden,
|
||||
Exported = false)]
|
||||
public class SplashActivity : AppCompatActivity
|
||||
{
|
||||
public override void OnCreate(Bundle savedInstanceState, PersistableBundle persistentState)
|
||||
|
||||
Reference in New Issue
Block a user