Neighbourhood.omg.lol/Platforms/Android/MainActivity.cs

10 lines
418 B
C#
Raw Normal View History

2024-05-30 01:06:08 +00:00
using Android.App;
using Android.Content.PM;
using Android.OS;
namespace Neighbourhood.omg.lol {
[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
public class MainActivity : MauiAppCompatActivity {
}
}