Skip to content

Commit fac8029

Browse files
[msid]bugfix
1 parent 71259a6 commit fac8029

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Follow these steps to create a new project if you don't already have an Android
159159
- _OnFragmentInteractionListener_
160160
- _SingleAccountModeFragment_
161161

162-
1. Open _MSGraphRequestWrapper_ and replace the code with following code snippet to call the Microsoft Graph API using the token provided by MSAL:
162+
1. Open _MSGraphRequestWrapper.java_ and replace the code with following code snippet to call the Microsoft Graph API using the token provided by MSAL:
163163

164164
```java
165165
package com.azuresamples.msalandroidapp;
@@ -236,7 +236,7 @@ Follow these steps to create a new project if you don't already have an Android
236236

237237
```
238238

239-
1. Open _OnFragmentInteractionListener_ and replace the code with following code snippet to allow communication between different fragments:
239+
1. Open _OnFragmentInteractionListener.java_ and replace the code with following code snippet to allow communication between different fragments:
240240

241241
```java
242242
package com.azuresamples.msalandroidapp;
@@ -255,7 +255,7 @@ Follow these steps to create a new project if you don't already have an Android
255255
}
256256
```
257257

258-
1. Open _SingleAccountModeFragment_ and replace the code with following code snippet to initialize a single-account application, loads a user account, and gets a token to call the Microsoft Graph API:
258+
1. Open _SingleAccountModeFragment.java_ and replace the code with following code snippet to initialize a single-account application, loads a user account, and gets a token to call the Microsoft Graph API:
259259

260260
```java
261261
package com.azuresamples.msalandroidapp;
@@ -644,7 +644,7 @@ Follow these steps to create a new project if you don't already have an Android
644644

645645
```
646646

647-
1. Open _MainActivity_ and replace the code with following code snippet to manage the UI.
647+
1. Open _MainActivity.java_ and replace the code with following code snippet to manage the UI.
648648

649649
```java
650650
package com.azuresamples.msalandroidapp;

0 commit comments

Comments
 (0)