Merge "Re-hide ApplicationInfo.volumeUuid."

This commit is contained in:
TreeHugger Robot
2019-07-10 01:38:30 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 6 deletions

View File

@@ -104,10 +104,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
}

View File

@@ -783,8 +783,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
*/
public float minAspectRatio;
/** @removed */
@Deprecated
/** @hide */
public String volumeUuid;
/**