Merge "Update the java doc for PackageInfo#versionName" into udc-dev

This commit is contained in:
Treehugger Robot
2023-05-05 02:33:04 +00:00
committed by Android (Google) Code Review

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;