Skip to content

Commit d1486da

Browse files
Merge pull request #46 from dynamsoft-docs/preview
Update license-manager.md
2 parents c0c5c63 + ee6b4f8 commit d1486da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/android/api-reference/license-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ class com.dynamsoft.core.LicenseManager
2929
Read the license key and activate the SDK.
3030

3131
```java
32-
static void initLicense(String license, android.content.Contex contex, LicenseVerificationListener listener)
32+
static void initLicense(String license, android.content.Context context, LicenseVerificationListener listener)
3333
```
3434

3535
**Parameters**
3636

3737
`[in] license`: The license key.
38-
`[in] contex`: The interface to global information about an application environment.
38+
`[in] context`: The interface to global information about an application environment.
3939
`[in] listener`: The listener that handles callback when the license server returns.
4040

4141
**Code Snippet**

0 commit comments

Comments
 (0)