> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.android-kiosk.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# KL: Knox Mobile Enrollment (KME) Details

More information on Knox Mobile Enrollment can be found here: https://docs.samsungknox.com/admin/knox-mobile-enrollment/welcome.htm

![Profile Type](https://storage.crisp.chat/users/helpdesk/website/f891df320cad6800/image_19cywim.png)

### Profile
1. Select Android Enterprise
2. Profile Name: Enter relevant profile name such as Kiosk Launcher Profile Production
3. Pick your MDM: Other
4. MDM Agent APK: https://klremote.blob.core.windows.net/apk/current/com.procoit.kiosklauncher.apk
5. Click Continue


![Profile Details](https://storage.crisp.chat/users/helpdesk/website/f891df320cad6800/kme21hm3lqd_1kyy7yf.png)

### Profile Settings
If you wish to configure additional Kiosk Launcher settings you can enter these in the field "Custom JSON Data" (more detail below).
**Disable system applications:** This will disable non essential system applications but please note in some instances this prevents applications with a webview component from working.


![Profile Settings](https://storage.crisp.chat/users/helpdesk/website/f891df320cad6800/image_mg6yvw.png)


### Custom JSON Data
It's possible to configure additional Kiosk Launcher settings when using KME, such as remote management registration key/licence key, JSON Configuration URL, APKs to install.

`
{
       "registration_key":"XYZZ1",
       "licence_key":"123456",
       "automatic_config_url":"http://www.mycompany.com/klconfig.json",
       "apk_urls":"http://www.mycompany.com/app1.apk,http://www.mycompany.com/app2.apk"
}
`