diff options
| author | 2011-01-17 11:21:49 -0800 | |
|---|---|---|
| committer | 2011-01-17 11:21:52 -0800 | |
| commit | bcd6c96e753d2efc76f918c403cecbfdbd4f037a (patch) | |
| tree | 7e26d3a9efeb002dc5044697f74c71823d419cbd /api/current.xml | |
| parent | ec7c9ff0bb1c98cb8bec3ec7bdacbae3a434fa53 (diff) | |
Add OBB size to PackageStats
Bug: 3356814
Change-Id: I4f871fb9fd0cb2f3177cc756631f95d928862571
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index ef23af2ff000..b9ebd1c7175f 100644 --- a/api/current.xml +++ b/api/current.xml @@ -61592,6 +61592,16 @@ visibility="public" > </field> +<field name="externalObbSize" + type="long" + transient="false" + volatile="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="packageName" type="java.lang.String" transient="false" @@ -183903,6 +183913,17 @@ visibility="public" > </method> +<method name="getObbDir" + return="java.io.File" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getPackageCodePath" return="java.lang.String" abstract="false" |