diff --git a/App/RobobinApp/Platforms/Android/AndroidManifest.xml b/App/RobobinApp/Platforms/Android/AndroidManifest.xml index d2d79fe139c4bec78d0f6f3e67b950011c92b452..87de87389e02b32ea21b7da11ce67a1a8d77e4d8 100644 --- a/App/RobobinApp/Platforms/Android/AndroidManifest.xml +++ b/App/RobobinApp/Platforms/Android/AndroidManifest.xml @@ -10,4 +10,6 @@ <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" /> <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" /> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> + <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> + <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> </manifest> \ No newline at end of file diff --git a/App/RobobinApp/RobobinApp.csproj.user b/App/RobobinApp/RobobinApp.csproj.user index 8e54b9dbc68330a9ac553f411df2e1967205f7de..6bc1775fb80cc5493a96fad4b67fe78f0faafcd1 100644 --- a/App/RobobinApp/RobobinApp.csproj.user +++ b/App/RobobinApp/RobobinApp.csproj.user @@ -2,8 +2,8 @@ <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen> - <ActiveDebugFramework>net8.0-android</ActiveDebugFramework> - <ActiveDebugProfile>Samsung SM-A805F (Android 9.0 - API 28)</ActiveDebugProfile> + <ActiveDebugFramework>net8.0-windows10.0.19041.0</ActiveDebugFramework> + <ActiveDebugProfile>Windows Machine</ActiveDebugProfile> <SelectedPlatformGroup>PhysicalDevice</SelectedPlatformGroup> <DefaultDevice>pixel_5_-_api_34</DefaultDevice> </PropertyGroup> @@ -14,6 +14,9 @@ <RuntimeIdentifier>ios-arm64</RuntimeIdentifier> <PlatformTarget>arm64</PlatformTarget> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-android|AnyCPU'"> + <DebuggerFlavor>ProjectDebugger</DebuggerFlavor> + </PropertyGroup> <ItemGroup> <AppxManifest Update="Platforms\Windows\Package.appxmanifest"> <SubType>Designer</SubType> diff --git a/MobileView.jpg b/MobileView.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e4052d5833fd5991e255dd066ccc39ea9c38ff68 Binary files /dev/null and b/MobileView.jpg differ diff --git a/MobileView2.jpg b/MobileView2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ce275b17f76bb129b421fc7ef3206cbef231ac1 Binary files /dev/null and b/MobileView2.jpg differ diff --git a/dsekop.png b/dsekop.png new file mode 100644 index 0000000000000000000000000000000000000000..bf12d543b4f8d97dcf8d03e0211b2161666b7641 Binary files /dev/null and b/dsekop.png differ