You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/quickstart-v2-android.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Applications must be represented by an app object in Azure Active Directory so t
95
95
> 4. Inside **app** > **src** > **main**, open **AndroidManifest.xml**.
96
96
> 5. In the **manifest\application** node, replace the **activity android:name="com.microsoft.identity.client.BrowserTabActivity"** node with the following:
97
97
> ```xml
98
-
><!--Intent filter to catch Microsoft's callback after Sign In-->;
98
+
><!--Intent filter to catch Microsoft's callback after Sign In-->
0 commit comments