tailwind-config-viewer
tailwind-config-viewer copied to clipboard
can i use sandbox-api in android?
my app use third party C++ libraries, can i use sandbox-api to run these libraries?
thanks
This is not well supported. Android is moving into a different direction (IsolatedProcess, Android Virtualization Framework).
Also, we don't support all of Androids native architectures (32-bit x86, but also MIPS).
If you want a seccomp based sandbox, you can try Minijail.