Skip to content

Commit 641770e

Browse files
authored
Update quickstart-v2-android.md
1 parent 5aac7f7 commit 641770e

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
@@ -95,7 +95,7 @@ Applications must be represented by an app object in Azure Active Directory so t
9595
> 4. Inside **app** > **src** > **main**, open **AndroidManifest.xml**.
9696
> 5. In the **manifest\application** node, replace the **activity android:name="com.microsoft.identity.client.BrowserTabActivity"** node with the following:
9797
> ```xml
98-
> <!--Intent filter to catch Microsoft's callback after Sign In-->;
98+
> <!--Intent filter to catch Microsoft's callback after Sign In-->
9999
> <activity android:name="com.microsoft.identity.client.BrowserTabActivity">
100100
> <intent-filter>
101101
> <action android:name="android.intent.action.VIEW" />

0 commit comments

Comments
 (0)