Skip to content

Commit fd4168b

Browse files
committed
minor change
1 parent 030e717 commit fd4168b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

support/entra/entra-id/app-integration/package-inspector-msal-android-native.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Package Inspector for MSAL Android Native
33
description: Introduces how to install and use the Package Inspector tool.
44
ms.reviewer: markbukovich, v-weizhu
55
ms.service: entra-id
6-
ms.date: 02/20/2025
6+
ms.date: 02/27/2025
77
ms.custom: sap:Developing or Registering apps with Microsoft identity platform
88
---
99
# Package Inspector for MSAL Android Native
@@ -54,7 +54,7 @@ There are two methods to install Package Inspector:
5454
:::image type="content" source="media/package-inspector-msal-android-native/get-from-version-control.png" alt-text="Screenshot that shows the 'Get From Version Control' option in Android Studio" lightbox="media/package-inspector-msal-android-native/get-from-version-control.png":::
5555
3. Ensure **Git** is selected at the top of the window, paste the Android MSAL repository URL `https://github.com/AzureAD/microsoft-authentication-library-for-android.git`, and then select **Clone**.
5656

57-
:::image type="content" source="media/package-inspector-msal-android-native/clone-msal-repository.png" alt-text="Screenshot that shows how to clone a Git repository in Android Studio" lightbox="media/package-inspector-msal-android-native/clone-msal-repository.png":::
57+
:::image type="content" source="media/package-inspector-msal-android-native/clone-msal-repository.png" alt-text="Screenshot that shows how to clone a Git repository in Android Studio":::
5858

5959
### Option 2: Download Android MSAL repository and open it in Android Studio
6060

@@ -63,10 +63,10 @@ There are two methods to install Package Inspector:
6363
3. Open Android Studio and close any open projects.
6464
4. Select **Open an Existing Project**.
6565

66-
:::image type="content" source="media/package-inspector-msal-android-native/open-existing-project-android-studio.png" alt-text="Screenshot that shows the 'Open an Existing Project' option in Android Studio" lightbox="media/package-inspector-msal-android-native/open-existing-project-android-studio.png":::
66+
:::image type="content" source="media/package-inspector-msal-android-native/open-existing-project-android-studio.png" alt-text="Screenshot that shows the 'Open an Existing Project' option in Android Studio":::
6767
5. Select the root package **msal-android** for the Android MSAL repository. Then, select **OK**.
6868

69-
:::image type="content" source="media/package-inspector-msal-android-native/select-root-package.png" alt-text="Screenshot showing selecting the root package in Android Studio" lightbox="media/package-inspector-msal-android-native/select-root-package.png":::
69+
:::image type="content" source="media/package-inspector-msal-android-native/select-root-package.png" alt-text="Screenshot showing selecting the root package in Android Studio":::
7070

7171
> [!NOTE]
7272
> - The default name of the root package is `microsoft-authentication-library-for-android-dev`. In this example, it's renamed `msal-android`.
@@ -78,10 +78,10 @@ There are two methods to install Package Inspector:
7878
2. On the left of the device drop-down list, there is another drop-down list. Select **package-inspector** from it.
7979

8080
:::image type="content" source="media/package-inspector-msal-android-native/select-package-inspector.png" alt-text="Screenshot that shows the selection of package-inspector in Android Studio" lightbox="media/package-inspector-msal-android-native/select-package-inspector.png":::
81-
3. Select the green **play** button (indicated with a green circle on the right) to build, install, and run the package inspector on the selected device.
81+
3. Select the **play** button (indicated with a green circle on the right) to build, install, and run the package inspector on the selected device.
8282
4. Browse the list of packages in the Package Inspector app and select a package to view its signature hash. All accessible packages will appear in this list.
8383

84-
:::image type="content" source="media/package-inspector-msal-android-native/select-package-to-check-signature-hash.png" alt-text="Screenshot that shows package selection in the Package Inspector app" lightbox="media/package-inspector-msal-android-native/select-package-to-check-signature-hash.png":::
84+
:::image type="content" source="media/package-inspector-msal-android-native/select-package-to-check-signature-hash.png" alt-text="Screenshot that shows package selection in the Package Inspector app":::
8585

8686
## Common issues
8787

0 commit comments

Comments
 (0)