mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2026-02-04 17:15:50 +00:00
Added blazor MewExplorer project
This commit is contained in:
8
MewExplorer/Platforms/Android/MainActivity.cs
Normal file
8
MewExplorer/Platforms/Android/MainActivity.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Android.App;
|
||||
using Android.Content.PM;
|
||||
using Android.OS;
|
||||
|
||||
namespace MewExplorer;
|
||||
[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
|
||||
public class MainActivity : MauiAppCompatActivity {
|
||||
}
|
||||
Reference in New Issue
Block a user