playPolicyMinScreenshotsPerDeclaredType top-level constant

int const playPolicyMinScreenshotsPerDeclaredType

This package's policy floor, not Play's rule.

Play's hard minimum is app-level — a listing needs at least two screenshots somewhere — and per-type minimums belong to its tablet-optimisation tier rather than to publishing. But a type a project has declared and filled with a single placeholder is a listing defect worth naming, so it is checked here and labelled as ours. If a project ever has a legitimate reason to publish one image for a declared type, this is the number to argue with, and it can be argued with because it says whose it is.

Implementation

const playPolicyMinScreenshotsPerDeclaredType = 2;