Skip to content

Commit fe05c76

Browse files
authored
Android 12 Activity must specify android:exported
1 parent 16831d0 commit fe05c76

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
@@ -96,7 +96,7 @@ Alternatively, [create the activity in code](/xamarin/android/platform/android-m
9696
Here's an example of a class that represents the values of the XML file:
9797

9898
```csharp
99-
[Activity]
99+
[Activity(Exported = true)]
100100
[IntentFilter(new[] { Intent.ActionView },
101101
Categories = new[] { Intent.CategoryBrowsable, Intent.CategoryDefault },
102102
DataHost = "auth",

0 commit comments

Comments
 (0)