You've been lied to.
When you create an app, you can specify various requirements of the devices that it'll be available for. For example, you can specify that the app only show up for devices running a particular version of Android and and later via the "minSdkVersion" flag. You can also set...