diff --git a/Droid/MainActivity.cs b/Droid/MainActivity.cs index cc2ce9e..87b177e 100644 --- a/Droid/MainActivity.cs +++ b/Droid/MainActivity.cs @@ -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 { diff --git a/Droid/Properties/AndroidManifest.xml b/Droid/Properties/AndroidManifest.xml index fdd5f3b..b57a503 100644 --- a/Droid/Properties/AndroidManifest.xml +++ b/Droid/Properties/AndroidManifest.xml @@ -1,8 +1,8 @@  - + - + \ No newline at end of file diff --git a/Droid/qController.Droid.csproj b/Droid/qController.Droid.csproj index f3e512e..f155590 100644 --- a/Droid/qController.Droid.csproj +++ b/Droid/qController.Droid.csproj @@ -29,6 +29,10 @@ x86;armeabi-v7a;arm64-v8a;x86_64 + false + false + false + false true @@ -50,6 +54,10 @@ armeabi-v7a;x86;arm64-v8a;x86_64 + false + false + false + false diff --git a/qController.Standard/qController.csproj b/qController.Standard/qController.csproj index 38b5010..c424aa7 100644 --- a/qController.Standard/qController.csproj +++ b/qController.Standard/qController.csproj @@ -2,6 +2,8 @@ netstandard2.0 + qController + qController