diff options
| author | Charles Munger <clm@google.com> | 2019-11-15 10:58:06 -0800 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-11-15 10:58:06 -0800 |
| commit | 66f56ac1e84f4056c62e71089986d6d60ce11e25 (patch) | |
| tree | a9a0505e06d566e15d3fac6ac56ef2747f56e04d /core/java/android | |
| parent | f3b4fc4dac8c2c44ca6c11661ce1623516a47645 (diff) | |
| parent | 95b815e26e2eaa5ec4b904efae7e3d92abb77001 (diff) | |
Merge "Deprecate AliasActivity"
am: 95b815e26e
Change-Id: I9013bd8596ba35bbdaa1e2657c0416f1690a37dc
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/AliasActivity.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/app/AliasActivity.java b/core/java/android/app/AliasActivity.java index 37565298c8cb..37be90160d9a 100644 --- a/core/java/android/app/AliasActivity.java +++ b/core/java/android/app/AliasActivity.java @@ -39,7 +39,10 @@ import java.io.IOException; * To use this activity, you should include in the manifest for the associated * component an entry named "android.app.alias". It is a reference to an XML * resource describing an intent that launches the real application. + * + * @deprecated Use {@code <activity-alias>} or subclass Activity directly. */ +@Deprecated public class AliasActivity extends Activity { /** * This is the name under which you should store in your component the |
