We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0876d2b commit 413e319Copy full SHA for 413e319
src/client/Microsoft.Identity.Client/Platforms/Android/EmbeddedWebview/AuthenticationAgentActivity.cs
@@ -16,7 +16,7 @@
16
17
namespace Microsoft.Identity.Client.Platforms.Android.EmbeddedWebview
18
{
19
- [Activity(ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize, Exported=true)]
+ [Activity(ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize, Exported=false)]
20
internal class AuthenticationAgentActivity : Activity
21
22
private const string AboutBlankUri = "about:blank";
0 commit comments