I am using Phonegap CLI 6.0.3 to generate android app. I want to set minSdkVersion = 19.
according to how-do-i-specify-the-android-api-level-in-phonegap and how-can-i-specify-the-minimum-sdk-in-phonegap-it-is-ignoring-android-minsdkvers, i should modify the sdk number in
<preference name="android-minSdkVersion" value="19" />
However, when i try to install the app in a android 4.3 phone (sdk 18), it still work. how can i forbid people intall my app in andorid phone sdk = 18 or below?