Skip to content

Commit 9d612e5

Browse files
authored
remove newline per mmacy
1 parent 235bbb4 commit 9d612e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +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 provide
23-
tokens to 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.
2423

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