Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu authored Sep 25, 2024
1 parent fc5670f commit 67dca6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ Snippet code to use to retrieve the MX Version installed on the device:
```


Snippet code to use to retrieve the the OS Patch Version installed on the device:
Snippet code to use to retrieve the the OS Build Version Security Patch installed on the device:
```java
private void getMXVersion(Context context)
private void getBuildVersionSecurityPatch(Context context)
{
Helper_SoftwareInfo.getBuild_Version_Security_Patch(context, new IDIResultCallbacks() {
@Override
Expand Down

0 comments on commit 67dca6c

Please sign in to comment.