inraetemplate / INRAETemplate / Platforms / Android / MainActivity.cs @ fa2aa88f
Historique | Voir | Annoter | Télécharger (412 octets)
1 |
using Android.App; |
---|---|
2 |
using Android.Content.PM; |
3 |
using Android.OS; |
4 |
|
5 |
namespace INRAETemplate; |
6 |
|
7 |
[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)] |
8 |
public class MainActivity : MauiAppCompatActivity |
9 |
{ |
10 |
} |