diff options
author | Nicolas Catania <niko@google.com> | 2010-01-14 10:44:02 -0800 |
---|---|---|
committer | Nicolas Catania <niko@google.com> | 2010-01-15 08:19:45 -0800 |
commit | ac835c94b81c9497404a27af4da9c957e5c82045 (patch) | |
tree | 32cf79cd662d66a1fc671d6bc9629491f8e04a2b /api | |
parent | 0f26ec1aa10f070dea33a24de02bb766ef698c0a (diff) | |
download | frameworks_base-ac835c94b81c9497404a27af4da9c957e5c82045.zip frameworks_base-ac835c94b81c9497404a27af4da9c957e5c82045.tar.gz frameworks_base-ac835c94b81c9497404a27af4da9c957e5c82045.tar.bz2 |
New method to return the last dialed number
Bug:2227429
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml index 1142088..b3f54f4 100644 --- a/api/current.xml +++ b/api/current.xml @@ -119402,6 +119402,19 @@ visibility="public" > </constructor> +<method name="getLastOutgoingCall" + return="java.lang.String" + abstract="false" + native="false" + synchronized="false" + static="true" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="context" type="android.content.Context"> +</parameter> +</method> <field name="CACHED_NAME" type="java.lang.String" transient="false" @@ -126082,7 +126095,7 @@ value="1" static="true" final="true" - deprecated="not deprecated" + deprecated="deprecated" visibility="public" > </field> @@ -126135,7 +126148,7 @@ abstract="false" static="true" final="true" - deprecated="not deprecated" + deprecated="deprecated" visibility="public" > <implements name="android.provider.BaseColumns"> |