X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=core%2Fjava%2Fandroid%2Fapp%2FActivity.java;h=b3969cb78511cd869e25bbf4d4771b8657e55761;hb=d8bd4bccb1d15fddc822d416d45f5cf089190fac;hp=2436fe869391f135292e3c9c5e6d6ed0cc139766;hpb=a3cd27c5dadb2b7a2229a69de3f3111ef34f43ca;p=android-x86%2Fframeworks-base.git diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index 2436fe869391..b3969cb78511 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -5882,6 +5882,16 @@ public class Activity extends ContextThemeWrapper } /** + * Temporary method on O-MR1 only. + * + * @hide + */ + @Override + public ComponentName getComponentNameForAutofill() { + return mComponent; + } + + /** * Retrieve a {@link SharedPreferences} object for accessing preferences * that are private to this activity. This simply calls the underlying * {@link #getSharedPreferences(String, int)} method by passing in this activity's