Skip to content

Commit 51a1259

Browse files
authored
Merge pull request #49083 from bergano65/patch-17
Update quickstart-v2-android.md
2 parents b773d16 + 9d612e5 commit 51a1259

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
@@ -19,7 +19,7 @@ ms.custom: aaddev, identityplatformtop40, scenarios:getting-started, languages:A
1919

2020
This quickstart uses a code sample to demonstrate how an Android application can sign in personal, work, or school accounts using the Microsoft identity platform, and then get an access token and call the Microsoft Graph API.
2121

22-
Applications must be represented by an app object in Azure Active Directory so that the Microsoft identity platform can share tokens with your application.
22+
Applications must be represented by an app object in Azure Active Directory so that the Microsoft identity platform can provide tokens to your application.
2323

2424
> [!div renderon="docs"]
2525
> As a convenience, the code sample comes with a default `redirect_uri` preconfigured in the `AndroidManifest.xml` file so that you don't have to first register your own app object. A `redirect_uri` is partly based on your app's signing key. The sample project is preconfigured with a signing key so that the provided `redirect_uri` will work. To learn more about registering an app object and integrating it with your application, see the [Sign in users and call the Microsoft Graph from an Android app](tutorial-v2-android.md) tutorial.

0 commit comments

Comments
 (0)