- Add Gitea Actions workflow; point README to gitea.d-bis.org/Sankofa_Phoenix/SMOA - Expand .gitignore for Spring H2 data, secrets, Kotlin .kotlin/, tooling - Track docs/api/generated ReDoc bundle; refresh api docs README - Android: network/auth/sync, UI shell, tests; backend credentials/integrity APIs - Docs, scripts (generate-api-docs), modules and core updates Made-with: Cursor
768 B
768 B
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
- Enroll in Samsung Knox Partner Program and obtain a license key.
- Add Knox SDK dependencies (version aligned to Knox API level on your devices, e.g. 3.12).
- Initialize the SDK in
Application.onCreate()per Samsung docs. - Gate features with
KnoxUtils/EnterpriseDeviceManagerwhere policy requires.
This repository does not bundle the Knox SDK (distribution license). Use this guide when your deployment mandates Knox.