Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 92e7b65

Browse files
authored
Merge pull request #130 from Azure-Samples/bogavril/AndroidQ
Upgrade to - MSAL 4.15, Android Q, latest XForms
2 parents d4442b8 + 8bc73a4 commit 92e7b65

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
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>

UserDetailsClient/UserDetailsClient.Droid/Resources/Resource.Designer.cs

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UserDetailsClient/UserDetailsClient.Droid/UserDetailsClient.Droid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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 />

0 commit comments

Comments
 (0)