Statistiques
| Branche: | Révision:

root / GES_PAC / Platforms / Android / MainActivity.cs @ eac868a1

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

1
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
}