diff options
author | Dianne Hackborn <hackbod@google.com> | 2012-05-09 21:58:50 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2012-05-09 21:58:50 -0700 |
commit | f4299bd1858a44b3d5c9342752ba2d2459a50230 (patch) | |
tree | b3aea6f9d3334d16993b2043b444288a8f026b22 /api | |
parent | a482d36635cbfbbfb4aee9fc79d55514bf6b7464 (diff) | |
download | frameworks_base-f4299bd1858a44b3d5c9342752ba2d2459a50230.zip frameworks_base-f4299bd1858a44b3d5c9342752ba2d2459a50230.tar.gz frameworks_base-f4299bd1858a44b3d5c9342752ba2d2459a50230.tar.bz2 |
Whoops forgot to add current.txt. :(
Change-Id: I7efdd45cb9873866559c858c47d660deef06ce24
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 1589291..b10c107 100644 --- a/api/current.txt +++ b/api/current.txt @@ -2820,6 +2820,7 @@ package android.app { field public long availMem; field public boolean lowMemory; field public long threshold; + field public long totalMem; } public static class ActivityManager.ProcessErrorStateInfo implements android.os.Parcelable { |