Update Android version and name

This commit is contained in:
Joel Wetzell
2020-06-12 10:04:43 -05:00
parent 660ad79805
commit f15668b4a7
4 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ using Android.Net;
using Serilog;
namespace qController.Droid
{
[Activity(Label = "qController", Icon = "@drawable/icon", Theme = "@style/MyTheme", ScreenOrientation = ScreenOrientation.Portrait, MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
[Activity(Label = "qControl", Icon = "@drawable/icon", Theme = "@style/MyTheme", ScreenOrientation = ScreenOrientation.Portrait, MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
{