Merge "Re-hide ApplicationInfo.volumeUuid."
This commit is contained in:
committed by
Android (Google) Code Review
commit
f59b0456ef
@@ -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
|
||||
}
|
||||
|
||||
@@ -783,8 +783,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
|
||||
*/
|
||||
public float minAspectRatio;
|
||||
|
||||
/** @removed */
|
||||
@Deprecated
|
||||
/** @hide */
|
||||
public String volumeUuid;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user