Lines Matching refs: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>
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
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
111 &lt;application android:icon="@drawable/icon" android:label="@string/app_name"&gt;
113 &lt;/application&gt;
118 that the current .apk contains the second release of the application code, which
123 for version information about your application. To obtain version information,
130 <p>If your application requires a specific minimum version of the Android
133 in the application's manifest file. Doing so ensures that your
134 application can only be installed on devices that
138 element in the application's manifest, with one or more of these attributes: </p>
142 of the Android platform on which the application will run, specified
145 on which the application is designed to run. In some cases, this allows the
146 application to use manifest elements or behaviors defined in the target
150 of the Android platform on which the application is designed to run,
156 <p>When preparing to install your application, the system checks the value of this
159 system aborts the installation of the application. Similarly, the system
160 installs your application only if its <code>android:maxSdkVersion</code>
164 that your application is compatible with all platform versions, with no
167 <p>To specify a minimum platform version for your application, add a