diff options
| author | Wale Ogunwale <ogunwale@google.com> | 2015-02-03 20:30:24 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-02-03 20:30:25 +0000 |
| commit | ad575295918dba197dcf61bfb81d56348ed1f073 (patch) | |
| tree | 6f4b176d2fa9c1aafd867430d502cd29f6332988 /core/java/android | |
| parent | 35fa2bc2e4debee1434bd784209895472ecd174f (diff) | |
| parent | 4aab1bba6975b0447ad7435120edb5a90c8506f8 (diff) | |
Merge "@hide ActivityInfo.resizeable."
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/content/pm/ActivityInfo.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/content/pm/ActivityInfo.java b/core/java/android/content/pm/ActivityInfo.java index 452603a7dca4..4723c0db621c 100644 --- a/core/java/android/content/pm/ActivityInfo.java +++ b/core/java/android/content/pm/ActivityInfo.java @@ -644,6 +644,7 @@ public class ActivityInfo extends ComponentInfo /** * Value indicating if the activity is resizeable to any dimension. * See {@link android.R.attr#resizeableActivity}. + * @hide */ public boolean resizeable; |
