diff options
author | Dianne Hackborn <hackbod@google.com> | 2010-10-24 14:56:38 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2010-10-24 14:56:38 -0700 |
commit | e21d91c694e828e6285cc50e79b2a6be6e8c692b (patch) | |
tree | bff7d5088aa8dc568c33a1c68a7dbd976ebe0f58 /api | |
parent | b6a2256e5461160a89d077b761d3253d95ce869f (diff) | |
download | frameworks_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.xml | 4 |
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=""android:native_state"" + value=""android.app.func_name"" static="true" final="true" deprecated="not deprecated" |