Activity attempts to register in a process that already has a live one. Public so callers (e.g. host apps) can catch by type and gracefully fall back instead of pattern-matching the exception message.
class VrActivityDuplicateException(message: String) : IllegalStateException
VrActivityDuplicateException
(
message
)
|