diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2019-11-15 18:38:35 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-11-15 18:38:35 +0000 |
| commit | 95b815e26e2eaa5ec4b904efae7e3d92abb77001 (patch) | |
| tree | b5e766ee6740d90a0446419dbaad127786a3ec9c /core/java | |
| parent | ad648ffc9d22c090867046960708666ef732dfd7 (diff) | |
| parent | f8f78aeb25f25435332626ed6a26c752cde1db67 (diff) | |
Merge "Deprecate AliasActivity"
Diffstat (limited to 'core/java')
| -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 |
