Skip to content

Commit 235bbb4

Browse files
authored
Update quickstart-v2-android.md
1 parent be219e1 commit 235bbb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ 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
23+
tokens to your application.
2324

2425
> [!div renderon="docs"]
2526
> 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)