Home | History | Annotate | Download | only in publishing

Lines Matching full:application

10 <li>Your application <em>must</em> be versioned</a></li>
11 <li>You set the version in the application's manifest file</li>
19 <li><a href="#appversioning">Setting Application Version</a></li>
20 <li><a href="#minsdkversion">Specifying Your Application's System API Requirements</a>
27 <li><a href="{@docRoot}tools/publishing/preparing.html">Preparing to Publish Your Application</a></li>
35 <p>Versioning is a critical component of your application upgrade and maintenance
39 <li>Users need to have specific information about the application version that
43 a suite &mdash; need to query the system for your application's version, to
45 <li>Services through which you will publish your application(s) may also need to
46 query your application for its version, so that they can display the version to
47 users. A publishing service may also need to check the application version to
53 developer) are responsible for enforcing version restrictions within your application or by
56 manifest. This attribute allows an application to specify the minimum system API with which it is
60 <h2 id="appversioning">Setting Application Version</h2>
61 <p>To define the version information for your application, you set attributes in
62 the application's manifest file. Two attributes are available, and you should
67 the version of the application code, relative to other versions.
72 successive release of your application uses a greater value. The system does not
76 <p>Typically, you would release the first version of your application with
80 strong resemblance to the application release version that is visible to the
85 release version of the application code, as it should be shown to users.
86 <p>The value is a string so that you can describe the application version as a
110 &lt;application android:icon="@drawable/icon" android:label="@string/app_name"&gt;
112 &lt;/application&gt;
117 that the current .apk contains the second release of the application code, which
122 for version information about your application. To obtain version information,
127 <h2 id="minsdkversion">Specifying Your Application's System API Requirements</h2>
129 <p>If your application requires a specific minimum version of the Android
132 in the application's manifest file. Doing so ensures that your
133 application can only be installed on devices that
137 element in the application's manifest, with one or more of these attributes: </p>
141 of the Android platform on which the application will run, specified
144 on which the application is designed to run. In some cases, this allows the
145 application to use manifest elements or behaviors defined in the target
149 of the Android platform on which the application is designed to run,
155 <p>When preparing to install your application, the system checks the value of this
158 system aborts the installation of the application. Similarly, the system
159 installs your application only if its <code>android:maxSdkVersion</code>
163 that your application is compatible with all platform versions, with no
166 <p>To specify a minimum platform version for your application, add a