Home | History | Annotate | Download | only in sdk

Lines Matching full:minsdkversion

73 available to your application, based on the <code>android:minSdkVersion</code>
501 <code>android:minSdkVersion</code> attribute in the application's manifest to
504 <p>Specifically, you specify the <code>android:minSdkVersion</code> attribute in
511 &lt;uses-sdk android:minSdkVersion="2" /&gt;
516 <p>By setting <code>android:minSdkVersion</code> in this way, you ensure that
523 <code>&lt;uses-sdk android:minSdkVersion="2" /&gt;</code>, then it will run properly on
527 can indicate Android 1.0 compatibility by removing <code>android:minSdkVersion</code> or