Statistiques
| Branche: | Révision:

root / GES_PAC / Platforms / Android / MainActivity.cs @ 957b1f34

Historique | Voir | Annoter | Télécharger (428 octets)

1 65ad7e66 Lucas Bihannic
using Android.App;
2
using Android.Content.PM;
3
using Android.OS;
4
5
namespace GES_PAC;
6
7
[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTop, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
8
public class MainActivity : MauiAppCompatActivity
9
{
10
}