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 c1da99f commit a77ff78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 </-->
<uses-library android:name="com.symbol.emdk" />
<activity android:name=".MainActivity">
<intent-filter>
Expand Down Expand Up @@ -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.
You can just copy paste the current snippet and change the helper class and the method call to get the information you need.

0 comments on commit a77ff78

Please sign in to comment.