Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ce47aae authored by Kweku Adams's avatar Kweku Adams
Browse files

Re-hide ApplicationInfo.volumeUuid.

The @hide annotation was removed during Oreo development but then
storageUuid was created instead to be the public field. Changing
volumeUuid back to @hide since the system still uses it.

Bug: 135214188
Test: Android builds
Change-Id: I8b3c544daecfe43f5a725ea3080d90a167dcc463
parent 485887cb
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -122,10 +122,6 @@ package android.content {

package android.content.pm {

  public class ApplicationInfo extends android.content.pm.PackageItemInfo implements android.os.Parcelable {
    field @Deprecated public String volumeUuid;
  }

  public class PackageInfo implements android.os.Parcelable {
    field public static final int REQUESTED_PERMISSION_REQUIRED = 1; // 0x1
  }
+1 −2
Original line number Diff line number Diff line
@@ -783,8 +783,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
     */
    public float minAspectRatio;

    /** @removed */
    @Deprecated
    /** @hide */
    public String volumeUuid;

    /**