diff options
| author | Dianne Hackborn <hackbod@google.com> | 2009-10-08 19:09:17 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-08 19:09:17 -0700 |
| commit | 81aaf56f9015f99a18a6578b913276ebae2731d3 (patch) | |
| tree | 3cb27e05bd17ce3b3468abdbfe3ae225dc7be88f /api/current.xml | |
| parent | 0c35e6ff1d15716c552af664e67ed390c5def26d (diff) | |
| parent | 2c6c5e6e49795e6e24cd089c9018377d837ba931 (diff) | |
| download | frameworks_base-81aaf56f9015f99a18a6578b913276ebae2731d3.zip frameworks_base-81aaf56f9015f99a18a6578b913276ebae2731d3.tar.gz frameworks_base-81aaf56f9015f99a18a6578b913276ebae2731d3.tar.bz2 | |
am 2c6c5e6e: Fix issue #2176944: Need API so browser, others can determine memory size of device
Merge commit '2c6c5e6e49795e6e24cd089c9018377d837ba931' into eclair-mr2
* commit '2c6c5e6e49795e6e24cd089c9018377d837ba931':
Fix issue #2176944: Need API so browser, others can determine memory size of device
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 b269c82..e4c3f85 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" |
