- init: Init
This commit is contained in:
16
InternalSortMethods.Android/MainActivity.cs
Normal file
16
InternalSortMethods.Android/MainActivity.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Android.App;
|
||||
using Android.Content.PM;
|
||||
using Avalonia;
|
||||
using Avalonia.Android;
|
||||
|
||||
namespace InternalSortMethods.Android;
|
||||
|
||||
[Activity(
|
||||
Label = "InternalSortMethods.Android",
|
||||
Theme = "@style/MyTheme.NoActionBar",
|
||||
Icon = "@drawable/icon",
|
||||
MainLauncher = true,
|
||||
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize | ConfigChanges.UiMode)]
|
||||
public class MainActivity : AvaloniaMainActivity
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user