Skip to content

Commit 5cef5eb

Browse files
authored
Merge pull request #95472 from hamiltonha/patch-2
Update quickstart-v2-android.md
2 parents df6239b + b5ead1a commit 5cef5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ Applications must be represented by an app object in Azure Active Directory so t
106106
> note that the leading "/" is required for android:path
107107
> -->
108108
> <data android:scheme="msauth"
109-
> android:host="Enter_the_Package_Name_Here"
110-
> android:path="Enter_the_Signature_Hash_Here"
109+
> android:host="Enter_the_Package_Name"
110+
> android:path="Enter_the_Signature_Hash"
111111
> android:scheme = "msauth" />
112112
> </intent-filter>
113113
> </activity>

0 commit comments

Comments
 (0)