From 67dca6c16bc55b41ba076ec33c140cac022870a3 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Wed, 25 Sep 2024 10:11:36 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78bee01..e1678d5 100644 --- a/README.md +++ b/README.md @@ -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