isAndroid top-level constant

bool const isAndroid

Whether the current runtime is Android.

Web uses the non-Android layout values.

Implementation

const bool isAndroid = false;