summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-10-24 18:38:11 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-24 18:38:11 -0700
commitc2f78020d3887539fc90230d96465e4b1dc84d8e (patch)
treec71f7293dfae5566b7ad688ddf33a676753c35ef /api
parent2ef36763700eff5679d6012e7f078c57f1a4c465 (diff)
parent236568999411214ef440cabc6d12e3bf5f19d8f4 (diff)
downloadframeworks_base-c2f78020d3887539fc90230d96465e4b1dc84d8e.zip
frameworks_base-c2f78020d3887539fc90230d96465e4b1dc84d8e.tar.gz
frameworks_base-c2f78020d3887539fc90230d96465e4b1dc84d8e.tar.bz2
am 23656899: Merge "Fix issue #3126018: No way to specify NativeActivity\'s native method" into gingerbread
Merge commit '236568999411214ef440cabc6d12e3bf5f19d8f4' into gingerbread-plus-aosp * commit '236568999411214ef440cabc6d12e3bf5f19d8f4': Fix issue #3126018: No way to specify NativeActivity's native method
Diffstat (limited to 'api')
-rw-r--r--api/current.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.xml b/api/current.xml
index 00a388b..bfd8915 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -23865,11 +23865,11 @@
<parameter name="holder" type="android.view.SurfaceHolder">
</parameter>
</method>
-<field name="KEY_NATIVE_SAVED_STATE"
+<field name="META_DATA_FUNC_NAME"
type="java.lang.String"
transient="false"
volatile="false"
- value="&quot;android:native_state&quot;"
+ value="&quot;android.app.func_name&quot;"
static="true"
final="true"
deprecated="not deprecated"