Skip to content

Commit cb1500f

Browse files
authored
Update quickstart-v2-android.md
1 parent 513c61a commit cb1500f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/quickstart-v2-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Applications must be represented by an app object in Azure Active Directory so t
9797
> ```xml
9898
> <!--Intent filter to catch Microsoft's callback after Sign In-->
9999
> <activity android:name="com.microsoft.identity.client.BrowserTabActivity">
100-
> <intent-filter>
100+
> <intent-filter>
101101
> <action android:name="android.intent.action.VIEW" />
102102
> <category android:name="android.intent.category.DEFAULT" />
103103
> <category android:name="android.intent.category.BROWSABLE" />

0 commit comments

Comments
 (0)