rfid-cb / CodeBarreRFID / Platforms / Android / MainActivity.cs @ 0f2b4298
Historique | Voir | Annoter | Télécharger (431 octets)
1 |
using Android.App; |
---|---|
2 |
using Android.Content.PM; |
3 |
using Android.OS; |
4 |
|
5 |
namespace CodeBarreRFID |
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 |
} |
11 |
} |