Skip to content

Commit c12d3b1

Browse files
authored
Add android:exported="true" on the xml part
1 parent fe05c76 commit c12d3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-net-xamarin-android-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected override void OnActivityResult(int requestCode,
7575
To support System WebView, the *AndroidManifest.xml* file should contain the following values:
7676

7777
```xml
78-
<activity android:name="microsoft.identity.client.BrowserTabActivity" android:configChanges="orientation|screenSize">
78+
<activity android:name="microsoft.identity.client.BrowserTabActivity" android:configChanges="orientation|screenSize" android:exported="true">
7979
<intent-filter>
8080
<action android:name="android.intent.action.VIEW" />
8181
<category android:name="android.intent.category.DEFAULT" />

0 commit comments

Comments
 (0)