/frameworks/base/docs/html-intl/intl/ja/guide/publishing/ |
D | versioning.jd | 55 …は、ユーザーに表示されるアプリケーション リリース バージョンと類似している必要性はないことを意味します。以下の <code>android:versionName</code> をご覧ください。… 57 <li><code>android:versionName</code> - アプリケーション コードのリリース バージョンを表す文字列値で、ユーザーに表示される値です。 60 …ョンでユーザーに表示する以外の目的で内部的に利用することはありません。公開サービスでは、ユーザーに表示するために <code>android:versionName</code> 値を取り出す可能… 66 …nifest></code> 要素の <code>android:versionCode</code> と <code>android:versionName</code> 属性を示すマニフ… 73 android:versionName="1.1">
|
D | preparing.jd | 95 …nifest></code> 要素の <code>android:versionCode</code> と <code>android:versionName</code> 属性の両方に適切… 97 …nifest></code> 要素の <code>android:versionCode</code> と <code>android:versionName</code> 属性の両方を適切…
|
/frameworks/base/services/core/java/com/android/server/ |
D | AssetAtlasService.java | 182 return info.versionName; in queryVersionName() 472 String versionName) { in chooseConfiguration() argument 477 config = readConfiguration(dataFile, versionName); in chooseConfiguration() 482 if (config != null) writeConfiguration(config, dataFile, versionName); in chooseConfiguration() 491 private void writeConfiguration(Configuration config, File file, String versionName) { in writeConfiguration() argument 495 writer.write(getBuildIdentifier(versionName)); in writeConfiguration() 526 private Configuration readConfiguration(File file, String versionName) { in readConfiguration() argument 532 if (checkBuildIdentifier(reader, versionName)) { in readConfiguration() 569 private boolean checkBuildIdentifier(BufferedReader reader, String versionName) in checkBuildIdentifier() argument 571 String deviceBuildId = getBuildIdentifier(versionName); in checkBuildIdentifier() [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInfo.java | 50 public String versionName; field in PackageInfo 293 dest.writeString(versionName); in writeToParcel() 344 versionName = source.readString(); in PackageInfo()
|
/frameworks/base/docs/html/tools/publishing/ |
D | versioning.jd | 81 user (see <code>android:versionName</code>, below). Applications and publishing 84 <li><code>android:versionName</code> — A string value that represents the 92 users. Publishing services may also extract the <code>android:versionName</code> 102 and <code>android:versionName</code> attributes in the 110 android:versionName="1.1"> 120 <code>android:versionName</code> string. </p>
|
D | publishing_overview.jd | 65 <code>android:versionCode</code> and <code>android:versionName</code> attributes, which are
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | build.gradle | 29 versionName '1.0'
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | packaging.jd | 109 <versionName>1.0</versionName> 115 The <code>package</code>, <code>versionCode</code>, and <code>versionName</code> are the
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-element.jd | 13 android:<a href="#vname">versionName</a>="<i>string</i>" 107 is set by the {@code versionName} attribute. 119 <dt><a name="vname"></a>{@code android:versionName}</dt>
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 227 android:versionCode="1001" android:versionName="1.0" package="com.example.foo"> 235 android:versionCode="2001" android:versionName="1.0" package="com.example.foo"> 243 android:versionCode="3001" android:versionName="1.0" package="com.example.foo"> 271 package: name='com.example.hello' versionCode='1' versionName='1.0'
|
D | multiple.jd | 367 android:versionCode="0304001" android:versionName="1.0" package="com.example.foo"> 379 android:versionCode="0334001" android:versionName="1.0" package="com.example.foo"> 391 android:versionCode="0344001" android:versionName="1.0" package="com.example.foo"> 403 android:versionCode="1104001" android:versionName="1.0" package="com.example.foo"> 448 package: name='com.example.hello' versionCode='1' versionName='1.0'
|
D | api.jd | 312 android:versionCode="03001" android:versionName="1.0" package="com.example.foo"> 320 android:versionCode="07001" android:versionName="1.0" package="com.example.foo"> 328 android:versionCode="11001" android:versionName="1.0" package="com.example.foo"> 352 package: name='com.example.hello' versionCode='1' versionName='1.0'
|
D | screensize.jd | 261 android:versionCode="1001" android:versionName="1.0" package="com.example.foo"> 272 android:versionCode="2001" android:versionName="1.0" package="com.example.foo"> 283 android:versionCode="3001" android:versionName="1.0" package="com.example.foo"> 326 package: name='com.example.hello' versionCode='1' versionName='1.0'
|
/frameworks/base/docs/html-intl/intl/zh-cn/tools/publishing/ |
D | publishing_overview.jd | 52 …debuggable</a> 属性,还应为 <code>android:versionCode</code> 和 <code>android:versionName</code> 属性(位于 <a…
|
D | preparing.jd | 127 <li><code>android:versionCode</code> 和 <code>android:versionName</code> 属性。
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
D | Utils.java | 309 packageInfo.versionName, in getUserAgent()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewFactory.java | 147 Log.i(LOGTAG, "Loading " + packageName + " version " + sPackageInfo.versionName + in getFactoryClass()
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | test-iab-app.jd | 48 …<li>The {@code android:versionCode} and {@code android:versionName} attributes values in the {@cod…
|
/frameworks/base/docs/html/tools/building/ |
D | configuring-gradle.jd | 57 versionName "1.0" 267 versionName "1.0-demo" 271 versionName "1.0-full"
|
D | plugin-for-gradle.jd | 190 versionName "1.0" 221 versionName computeVersionName()
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | creating-stub-provider.jd | 183 android:versionName="1.0" >
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 1028 String8 versionName = AaptXml::getResolvedAttribute(res, tree, in doDump() local 1036 ResTable::normalizeForOutput(versionName.string()).string()); in doDump()
|
D | Resource.cpp | 980 String8 versionName = AaptXml::getAttribute(tree, VERSION_NAME_ATTR, &error); in extractPlatformBuildVersion() local 986 if (versionName != "" && bundle->getPlatformBuildVersionName() == "") { in extractPlatformBuildVersion() 987 bundle->setPlatformBuildVersionName(versionName); in extractPlatformBuildVersion()
|
/frameworks/base/docs/html/tools/studio/ |
D | index.jd | 175 versionName "1.0"
|
/frameworks/base/docs/html/google/play/publishing/ |
D | multiple-apks.jd | 507 href="{@docRoot}guide/topics/manifest/manifest-element.html#vname">{@code android:versionName}</a>), 518 android:versionName}</a>) is in the lower order bits. For example, when the application version
|