Is there any way to create Android App for Compatible all API Levels -
is there way create android app compatible api levels. when searching topic have found article this, eg: if create app level 16(4.1, 4.1.1), app works level , above levels. true? , there possible way create app compatible levels?
also if create app android 4.0.3 , level 15, work 4.0.4?
simple.just give in manifest support in versions
<uses-sdk android:minsdkversion="8" android:targetsdkversion="17" />
Comments
Post a Comment