# Samsung Knox integration (optional) SMOA targets Samsung devices (e.g. Galaxy Z Fold5) where **Knox** may be required for: - **Knox VPN** or per-app VPN enforcement - **Knox attestation** / device health for zero-trust policies - **Sensitive data** in Knox container or TIMA-backed keystores ## Steps 1. Enroll in **Samsung Knox Partner Program** and obtain a license key. 2. Add Knox SDK dependencies (version aligned to **Knox API level** on your devices, e.g. 3.12). 3. Initialize the SDK in `Application.onCreate()` per Samsung docs. 4. Gate features with `KnoxUtils` / `EnterpriseDeviceManager` where policy requires. This repository does **not** bundle the Knox SDK (distribution license). Use this guide when your deployment mandates Knox.