generated from Integry/Template_NetMauiBlazorHybrid
13 lines
446 B
C#
13 lines
446 B
C#
using Android.App;
|
|
using Android.Content.PM;
|
|
|
|
namespace salesbook.Maui
|
|
{
|
|
[Activity(Theme = "@style/Maui.SplashTheme",
|
|
MainLauncher = true,
|
|
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode |
|
|
ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
|
|
public class MainActivity : MauiAppCompatActivity
|
|
{
|
|
}
|
|
} |