Searched refs:maxSdkVersion (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-permission-element.jd | 39 android:<a href="#maxSdk">maxSdkVersion</a>="<i>integer</i>" /></pre></dd> 67 <dt><a name="maxSdk"></a>{@code android:maxSdkVersion}</dt> 80 android:maxSdkVersion="18" />
|
D | uses-sdk-element.jd | 45 android:<a href="#max">maxSdkVersion</a>="<i>integer</i>" /></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> — Specifies the maximum API Level 399 <li>If a <code>android:maxSdkVersion</code> attribute is declared, its value
|
/frameworks/base/docs/html/google/play/ |
D | filters.jd | 312 <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/ |
D | versioning.jd | 149 <li><code>android:maxSdkVersion</code> — The maximum version 160 installs your application only if its <code>android:maxSdkVersion</code>
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 368 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/ |
D | photobasics.jd | 167 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/ |
D | tablets.jd | 303 …<li>如果声明 <code>maxSdkVersion</code> 属性,其值必须为 11 或更高。请注意,一般情况下不建议使用 <code>maxSdkVersion</code>。<em>…
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 363 href="{@docRoot}guide/topics/manifest/uses-permission-element.html#maxSdk">{@code maxSdkVersion}</a> 368 android:maxSdkVersion="18" />
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.6.jd | 355 … <li><code>maxSdkVersion</code>: Indicates the maximum API Level on which an application is
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1918 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/ |
D | tablets.jd | 455 <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/ |
D | missingSinces.txt | 181 NO DOC BLOCK: android.R.attr Field maxSdkVersion
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | api.jd | 292 Green is not only forward-compatible with devices with API 11 (since no maxSdkVersion was defined),
|
/frameworks/base/docs/html/google/play/publishing/ |
D | multiple-apks.jd | 269 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/ |
D | system-current.txt | 910 field public static final int maxSdkVersion = 16843377; // 0x1010271
|
D | current.txt | 840 field public static final int maxSdkVersion = 16843377; // 0x1010271
|