Skip to content

Commit a7e70ef

Browse files
Merge pull request #180 from AzureAD/daniel/readme
Added chrome instructions
2 parents 76e61ad + cbfc627 commit a7e70ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MI
8484

8585
## Using MSAL
8686

87-
### Requirements
88-
* Android SDK 21+
89-
* Chrome
90-
9187
- Make sure you've included MSAL in your app's *build.gradle*.
9288

9389
- Before you can get a token from Azure AD v2.0 or Azure AD B2C, you'll need to register an application. For Azure AD v2.0, use [the app registration portal](https://apps.dev.microsoft.com). For Azure AD B2C, checkout [how to register your app with B2C](https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-app-registration).
9490

91+
### Requirements
92+
* Android SDK 21+
93+
* [Chrome](https://github.com/Azure-Samples/active-directory-general-docs/blob/master/AndroidEmulator.md)
94+
9595
### Step 1: Configure the AndroidManifest.xml
9696

9797
1. Give your app Internet permissions

0 commit comments

Comments
 (0)