summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-10-24 14:56:38 -0700
committerDianne Hackborn <hackbod@google.com>2010-10-24 14:56:38 -0700
commite21d91c694e828e6285cc50e79b2a6be6e8c692b (patch)
treebff7d5088aa8dc568c33a1c68a7dbd976ebe0f58 /api
parentb6a2256e5461160a89d077b761d3253d95ce869f (diff)
downloadframeworks_base-e21d91c694e828e6285cc50e79b2a6be6e8c692b.zip
frameworks_base-e21d91c694e828e6285cc50e79b2a6be6e8c692b.tar.gz
frameworks_base-e21d91c694e828e6285cc50e79b2a6be6e8c692b.tar.bz2
Fix issue #3126018: No way to specify NativeActivity's native method
Change-Id: I59de6a543e7f7f45d963a905829a3f56f32bf8cf
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 c91c2b5..d3d3e3d 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -23853,11 +23853,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"