Update the java doc for PackageInfo#versionName

Bug: 196792466
Test: atest PackageInfoTest
Change-Id: I9f7ab41fe4b734b5245247e0ce74ea3096617630
This commit is contained in:
Ivan Chiang
2023-05-02 07:54:23 +00:00
parent 35f2750e30
commit 0917e6a368

View File

@@ -91,7 +91,7 @@ public class PackageInfo implements Parcelable {
/**
* The version name of this package, as specified by the <manifest>
* tag's {@link android.R.styleable#AndroidManifest_versionName versionName}
* attribute.
* attribute, or null if there was none.
*/
public String versionName;