dvAndroidShareUsesChooser top-level constant
bool
const dvAndroidShareUsesChooser
Whether the share goes through Intent.createChooser.
It does. A bare ACTION_SEND resolves to whatever the user last chose, or
to nothing when no default is set; the chooser always resolves.
Implementation
const bool dvAndroidShareUsesChooser = true;