From a77ff788ec1175738e85afc5741d7d4352cfeb01 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Wed, 25 Sep 2024 10:08:30 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8adb813..94d7bda 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Sample AdroidManifest.xml: android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> + TODO: Add the uses-library EMDK to your manifest @@ -361,4 +362,4 @@ Sample code if you need to get the serial number and the IMEI number of a device All the methods from all the helpers implement the same mechanism. -You can just copy paste the current snippet and change the helper class and the method call to get the information you need. \ No newline at end of file +You can just copy paste the current snippet and change the helper class and the method call to get the information you need.