accessibilityProfile

fun accessibilityProfile(enabled: Boolean, touchExplore: Boolean, serviceCount: Int, fontScale: Float, inversion: Boolean): String

Summarizes the accessibility configuration as an assistive-tech usage signal.

Return

Human-readable accessibility profile.

Parameters

enabled

Whether any accessibility services are active.

touchExplore

Whether touch exploration (TalkBack-like) is on.

serviceCount

Number of enabled accessibility services.

fontScale

System font scale factor.

inversion

Whether color inversion is enabled.