Android Question targetskdversion in manifest?

ilan

Expert
Licensed User
Longtime User
hi

i have this in my manifest editor:

B4X:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>

will my app run also in android 4.4? or because the target is smaller the the 4.4 will it not run?
is targetsdkversion the maximum sdk that will run my app?
 
Top