Home
last modified time | relevance | path

Searched refs:maxSdkVersion (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/docs/html/guide/topics/manifest/
Duses-permission-element.jd39 android:<a href="#maxSdk">maxSdkVersion</a>="<i>integer</i>" /&gt;</pre></dd>
67 <dt><a name="maxSdk"></a>{@code android:maxSdkVersion}</dt>
80 android:maxSdkVersion="18" />
Duses-sdk-element.jd45 android:<a href="#max">maxSdkVersion</a>="<i>integer</i>" /&gt;</pre></dd>
118 <dt><a name="max"></a>{@code android:maxSdkVersion}</dt>
125 <code>maxSdkVersion</code> attribute is lower than the API Level used by
133 <p>An application declaring <code>maxSdkVersion="5"</code> in its
138 <code>maxSdkVersion</code> and successfully re-validates it. The
162 longer check or enforce the <code>maxSdkVersion</code> attribute during
376 <li><code>android:maxSdkVersion</code> &mdash; Specifies the maximum API Level
399 <li>If a <code>android:maxSdkVersion</code> attribute is declared, its value
/frameworks/base/docs/html/google/play/
Dfilters.jd312 <td valign="top">Maximum Framework Version (<code>maxSdkVersion</code>)</td>
314 2.1 and later do not check or enforce the <code>maxSdkVersion</code> attribute, and
315 …the SDK will not compile if <code>maxSdkVersion</code> is set in an app's manifest. For devices al…
316 compiled with <code>maxSdkVersion</code>, Google Play will respect it and use it for
318 <p> Declaring <code>maxSdkVersion</code> is <em>not</em> recommended. For details, see <a
319 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#max"><code>android:maxSdkVersion</code>…
/frameworks/base/docs/html/tools/publishing/
Dversioning.jd149 <li><code>android:maxSdkVersion</code> &mdash; The maximum version
160 installs your application only if its <code>android:maxSdkVersion</code>
/frameworks/base/tools/aapt/
DCommand.cpp368 static void printUsesPermission(const String8& name, bool optional=false, int maxSdkVersion=-1) { in printUsesPermission() argument
370 if (maxSdkVersion != -1) { in printUsesPermission()
371 printf(" maxSdkVersion='%d'", maxSdkVersion); in printUsesPermission()
378 if (maxSdkVersion != -1) { in printUsesPermission()
379 printf(" maxSdkVersion='%d'", maxSdkVersion); in printUsesPermission()
/frameworks/base/docs/html/training/camera/
Dphotobasics.jd167 href="{@docRoot}guide/topics/manifest/uses-permission-element.html#maxSdk">{@code maxSdkVersion}</a>
172 android:maxSdkVersion="18" />
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/essentials/quality/
Dtablets.jd303 …<li>如果声明 <code>maxSdkVersion</code> 属性,其值必须为 11 或更高。请注意,一般情况下不建议使用 <code>maxSdkVersion</code>。<em>…
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd363 href="{@docRoot}guide/topics/manifest/uses-permission-element.html#maxSdk">{@code maxSdkVersion}</a>
368 android:maxSdkVersion="18" />
/frameworks/base/docs/html/about/versions/
Dandroid-1.6.jd355 … <li><code>maxSdkVersion</code>: Indicates the maximum API Level on which an application is
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1918 int maxSdkVersion = 0; in parseUsesPermission() local
1923 maxSdkVersion = val.data; in parseUsesPermission()
1929 if ((maxSdkVersion == 0) || (maxSdkVersion >= Build.VERSION.RESOURCES_SDK_INT)) { in parseUsesPermission()
/frameworks/base/docs/html/distribute/essentials/quality/
Dtablets.jd455 <li>If a <code>maxSdkVersion</code> attribute is declared, it must have a
457 <code>maxSdkVersion</code> is <em>not recommended</em>.
/frameworks/base/docs/html/sdk/api_diff/4/
DmissingSinces.txt181 NO DOC BLOCK: android.R.attr Field maxSdkVersion
/frameworks/base/docs/html/training/multiple-apks/
Dapi.jd292 Green is not only forward-compatible with devices with API 11 (since no maxSdkVersion was defined),
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd269 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#max">{@code android:maxSdkVersion}</a>
289 android:maxSdkVersion}</a> in general, because as long as you've properly developed your
/frameworks/base/api/
Dsystem-current.txt910 field public static final int maxSdkVersion = 16843377; // 0x1010271
Dcurrent.txt840 field public static final int maxSdkVersion = 16843377; // 0x1010271