This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed
UserDetailsClient/UserDetailsClient.Droid Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" UserDetailsClient.Droid" >
3- <uses-sdk android : minSdkVersion =" 23" android : targetSdkVersion =" 28 " />
3+ <uses-sdk android : minSdkVersion =" 23" android : targetSdkVersion =" 29 " />
44 <uses-permission android : name =" android.permission.INTERNET" />
55 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
66 <application android : label =" UserDetailsClient.Droid" >
7- <activity android : name =" microsoft.identity.client.BrowserTabActivity"
8- android : configChanges =" orientation|screenSize" >
9- <intent-filter >
10- <action android : name =" android.intent.action.VIEW" />
11- <category android : name =" android.intent.category.DEFAULT" />
12- <category android : name =" android.intent.category.BROWSABLE" />
13- <data android : scheme =" msale5737214-6372-472c-a85a-68e8fbe6cf3c" android : host =" auth" />
14- </intent-filter >
15- </activity >
7+ <activity android : name =" microsoft.identity.client.BrowserTabActivity" android : configChanges =" orientation|screenSize" >
8+ <intent-filter >
9+ <action android : name =" android.intent.action.VIEW" />
10+ <category android : name =" android.intent.category.DEFAULT" />
11+ <category android : name =" android.intent.category.BROWSABLE" />
12+ <data android : scheme =" msale5737214-6372-472c-a85a-68e8fbe6cf3c" android : host =" auth" />
13+ </intent-filter >
14+ </activity >
1615 </application >
1716</manifest >
Original file line number Diff line number Diff line change 1717 <AndroidResgenFile >Resources\Resource.Designer.cs</AndroidResgenFile >
1818 <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
1919 <AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
20- <TargetFrameworkVersion >v9 .0</TargetFrameworkVersion >
20+ <TargetFrameworkVersion >v10 .0</TargetFrameworkVersion >
2121 <AndroidSupportedAbis >arm64-v8a;x86</AndroidSupportedAbis >
2222 <AndroidStoreUncompressedFileExtensions />
2323 <MandroidI18n />
You can’t perform that action at this time.
0 commit comments