/frameworks/base/tools/aapt/ |
Bundle.h | 210 /* If the application specifies a minSdkVersion in the manifest
|
/frameworks/compile/libbcc/tests/debuginfo/ |
build_test_apk.sh | 138 echo " --minsdk <name> minSdkVersion attribute to embed in AndroidManifest.xml of test project."
|
/frameworks/base/docs/html/guide/google/gcm/ |
gs.jd | 97 <pre class="prettyprint pretty-xml"><uses-sdk android:minSdkVersion="8" android:targetSdkVersion="xx"/></pre> 105 <p class="note"><strong>Note:</strong> This permission is not required if you are targeting your application to 4.1 or above (i.e., minSdkVersion 16)</p> 121 <p> Notice that <code>android:name</code> in the category tag must be replaced by your application's package name (and the category tag is not required for applications targeted to minSdkVersion 16 and higher).<br>
|
/frameworks/base/docs/html/sdk/ |
RELEASENOTES.jd | 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 <uses-sdk android:minSdkVersion="2" /> 516 <p>By setting <code>android:minSdkVersion</code> in this way, you ensure that 523 <code><uses-sdk android:minSdkVersion="2" /></code>, then it will run properly on 527 can indicate Android 1.0 compatibility by removing <code>android:minSdkVersion</code> or [all...] |
/frameworks/base/docs/html/tools/sdk/ |
RELEASENOTES.jd | 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 <uses-sdk android:minSdkVersion="2" /> 516 <p>By setting <code>android:minSdkVersion</code> in this way, you ensure that 523 <code><uses-sdk android:minSdkVersion="2" /></code>, then it will run properly on 527 can indicate Android 1.0 compatibility by removing <code>android:minSdkVersion</code> or [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-feature-element.jd | 123 elements for all applications, even if the <a href="uses-sdk-element.html#min"><code>minSdkVersion</code></a> 399 <th><nobr>If <code>minSdkVersion</code> is ...</nobr></th> 435 <uses-sdk android:minSdkVersion="3" /> 449 <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="5" /> 461 <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="5" /> 475 <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="5" /> [all...] |
/frameworks/base/docs/html/guide/practices/ |
tablets-and-handsets.jd | 152 android:minSdkVersion}</a> value can be as low as {@code "4"}). For information about how to get the 446 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code minSdkVersion}</a> is set to 452 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code minSdkVersion}</a>
|
screens-distribution.jd | 162 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">minSdkVersion</a
|
/development/samples/Support4Demos/ |
AndroidManifest.xml | 27 <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="13" />
|
/frameworks/base/docs/html/about/versions/ |
android-2.3.3.jd | 185 also need to add an <code>android:minSdkVersion="{@sdkPlatformApiLevel}"</code>
|
android-1.6.jd | 207 <code>android:minSdkVersion</code> attributes of the <code><uses-sdk></code> 350 It is able to run on older versions (down to minSdkVersion), but was explicitly tested to
|
android-1.5.jd | 183 <code>android:minSdkVersion</code> attributes of the <code><uses-sdk></code>
|
android-2.1.jd | 163 <code>android:minSdkVersion</code> attributes of the <code><uses-sdk></code>
|
android-2.2.jd | 70 <code>android:minSdkVersion</code> attributes of the <code><uses-sdk></code>
|
android-3.0.jd | 144 android:minSdkVersion}</a> or <a 461 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code android:minSdkVersion}</a> [all...] |
android-4.0.3.jd | 298 <code>android:minSdkVersion="{@sdkPlatformApiLevel}"</code> attribute to the
|
/frameworks/base/docs/html/guide/google/play/publishing/ |
multiple-apks.jd | 234 android:minSdkVersion}</a> or <a 254 android:minSdkVersion}</a> and <a 266 android:minSdkVersion}</a> value must have a higher <a 280 android:minSdkVersion}</a> is {@code "4"} in one APK and {@code "8"} in another, devices that [all...] |
/frameworks/base/docs/html/tools/projects/ |
projects-eclipse.jd | 91 the <code>minSdkVersion</code> attribute in the <a href=
|
/ndk/docs/ |
NATIVE-ACTIVITY.HTML | 70 <uses-sdk android:minSdkVersion="9" />
|
/packages/apps/Calendar/ |
AndroidManifest.xml | 40 <uses-sdk android:minSdkVersion="15"></uses-sdk>
|
/packages/apps/Gallery/ |
AndroidManifest.xml | 4 <uses-sdk android:targetSdkVersion="10" android:minSdkVersion="10" />
|
/sdk/ |
changes.txt | 48 elements, or which fail to declare minSdkVersion or
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
ApiDemosRenderingTest.java | 260 1, // minSdkVersion
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
sip.jd | 141 <li><code><uses-sdk android:minSdkVersion="9" /></code>. This 181 <uses-sdk android:minSdkVersion="9" />
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreator.java | [all...] |