diff options
| author | Dianne Hackborn <hackbod@google.com> | 2009-10-08 17:55:49 -0700 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2009-10-08 18:43:47 -0700 |
| commit | 2c6c5e6e49795e6e24cd089c9018377d837ba931 (patch) | |
| tree | 4ab3596388a0022d13328fd1aed3eefc94f5b118 /api/current.xml | |
| parent | d10d02f53ec00bfa9eb9f5accf6454e4a4bbb6a6 (diff) | |
| download | frameworks_base-2c6c5e6e49795e6e24cd089c9018377d837ba931.zip frameworks_base-2c6c5e6e49795e6e24cd089c9018377d837ba931.tar.gz frameworks_base-2c6c5e6e49795e6e24cd089c9018377d837ba931.tar.bz2 | |
Fix issue #2176944: Need API so browser, others can determine memory size of device
Change-Id: I65d91cdb70df91b67fe84297dd6a94d26a785131
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index f4d81c7..b72fea0 100644 --- a/api/current.xml +++ b/api/current.xml @@ -17299,6 +17299,17 @@ visibility="public" > </method> +<method name="getMemoryClass" + return="int" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getMemoryInfo" return="void" abstract="false" |
