diff options
author | Jeff Sharkey <jsharkey@google.com> | 2017-06-13 00:24:59 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-06-13 00:24:59 +0000 |
commit | dc292b6003c80aa954bd82ca06d1b4eec271144e (patch) | |
tree | f7f6f40893bbea008a7b3ee42e798ce02a3a7528 /cmds/pm | |
parent | b8b6f00b759e467f083831470870ad0848fdcbe5 (diff) | |
parent | de624f3fbbce27ed614b954988f1f6e39d92e6ed (diff) |
Merge "Active camera apps can defy reserved cache space." into oc-dr1-dev am: f7dc56ecc9
am: de624f3fbb
Change-Id: I0a125a6c00220ba280dca4e0d8ece88202a68afe
Diffstat (limited to 'cmds/pm')
-rw-r--r-- | cmds/pm/src/com/android/commands/pm/Pm.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/pm/src/com/android/commands/pm/Pm.java b/cmds/pm/src/com/android/commands/pm/Pm.java index 9813cb1631ce..ad989dee7b55 100644 --- a/cmds/pm/src/com/android/commands/pm/Pm.java +++ b/cmds/pm/src/com/android/commands/pm/Pm.java @@ -1473,7 +1473,7 @@ public final class Pm { ClearDataObserver obs = new ClearDataObserver(); try { mPm.freeStorageAndNotify(volumeUuid, sizeVal, - StorageManager.FLAG_ALLOCATE_DEFY_RESERVED, obs); + StorageManager.FLAG_ALLOCATE_DEFY_ALL_RESERVED, obs); synchronized (obs) { while (!obs.finished) { try { |