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 513c61a commit cb1500fCopy full SHA for cb1500f
articles/active-directory/develop/quickstart-v2-android.md
@@ -97,7 +97,7 @@ Applications must be represented by an app object in Azure Active Directory so t
97
> ```xml
98
> <!--Intent filter to catch Microsoft's callback after Sign In-->
99
> <activity android:name="com.microsoft.identity.client.BrowserTabActivity">
100
-> <intent-filter>
+> <intent-filter>
101
> <action android:name="android.intent.action.VIEW" />
102
> <category android:name="android.intent.category.DEFAULT" />
103
> <category android:name="android.intent.category.BROWSABLE" />
0 commit comments