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.
2 parents df6239b + b5ead1a commit 5cef5ebCopy full SHA for 5cef5eb
articles/active-directory/develop/quickstart-v2-android.md
@@ -106,8 +106,8 @@ Applications must be represented by an app object in Azure Active Directory so t
106
> note that the leading "/" is required for android:path
107
> -->
108
> <data android:scheme="msauth"
109
-> android:host="Enter_the_Package_Name_Here"
110
-> android:path="Enter_the_Signature_Hash_Here"
+> android:host="Enter_the_Package_Name"
+> android:path="Enter_the_Signature_Hash"
111
> android:scheme = "msauth" />
112
> </intent-filter>
113
> </activity>
0 commit comments