Lines Matching full:value
67 <li><code>android:versionCode</code> — An integer value that represents
70 <p>The value is an integer so that other applications can programmatically
72 set the value to any integer you want, however you should make sure that each
73 successive release of your application uses a greater value. The system does not
74 enforce this behavior, but increasing the value with successive releases is
78 versionCode set to 1, then monotonically increase the value with each release,
80 that the <code>android:versionCode</code> value does not necessarily have a
83 services should not display this version value to users.</p>
85 <li><code>android:versionName</code> — A string value that represents the
87 <p>The value is a string so that you can describe the application version as a
91 <p>As with <code>android:versionCode</code>, the system does not use this value
94 value for display to users.</p>
117 <p>In this example, note that <code>android:versionCode</code> value indicates
156 <p>When preparing to install your application, the system checks the value of this
158 <code>android:minSdkVersion</code> value is greater than the system version, the