am abcbf05c: Merge "fullBackupContent isn\'t public API" into mnc-dev
* commit 'abcbf05c98980f2a77adb5dfb2f7d8b7ec804024': fullBackupContent isn't public API
This commit is contained in:
@@ -8920,7 +8920,6 @@ package android.content.pm {
|
||||
field public int descriptionRes;
|
||||
field public boolean enabled;
|
||||
field public int flags;
|
||||
field public int fullBackupContent;
|
||||
field public boolean hardwareAccelerated;
|
||||
field public int largestWidthLimitDp;
|
||||
field public java.lang.String manageSpaceActivityName;
|
||||
|
||||
@@ -9151,7 +9151,6 @@ package android.content.pm {
|
||||
field public int descriptionRes;
|
||||
field public boolean enabled;
|
||||
field public int flags;
|
||||
field public int fullBackupContent;
|
||||
field public boolean hardwareAccelerated;
|
||||
field public int largestWidthLimitDp;
|
||||
field public java.lang.String manageSpaceActivityName;
|
||||
|
||||
@@ -107,6 +107,8 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
|
||||
*
|
||||
* @see {@link android.content.Context#getNoBackupFilesDir}
|
||||
* @see {@link #FLAG_ALLOW_BACKUP}
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public int fullBackupContent = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user