Agent Tests for API, MAUI, and Slop Features
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using Android.App;
|
||||
using Android.Runtime;
|
||||
|
||||
namespace Device;
|
||||
|
||||
[Application]
|
||||
public class MainApplication : MauiApplication
|
||||
{
|
||||
public MainApplication(IntPtr handle, JniHandleOwnership ownership)
|
||||
: base(handle, ownership)
|
||||
{
|
||||
}
|
||||
|
||||
protected override MauiApp CreateMauiApp()
|
||||
{
|
||||
return MauiProgram.CreateMauiApp();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user