summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-04-25 14:02:21 -0700
committerMichael Jurka <mikejurka@google.com>2012-04-25 14:02:21 -0700
commitba0ee8fce6e62154593c5b5bad982f356b28d35e (patch)
tree364034ecc03048429ec1e801763a7f8975f92970 /core
parent7725180c646d1976a2a2097735862a75ec47c544 (diff)
downloadframeworks_base-ba0ee8fce6e62154593c5b5bad982f356b28d35e.zip
frameworks_base-ba0ee8fce6e62154593c5b5bad982f356b28d35e.tar.gz
frameworks_base-ba0ee8fce6e62154593c5b5bad982f356b28d35e.tar.bz2
Make Advanceable a public API.
Diffstat (limited to 'core')
-rw-r--r--core/java/android/widget/Advanceable.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/widget/Advanceable.java b/core/java/android/widget/Advanceable.java
index dc13ebb7..ad8e101 100644
--- a/core/java/android/widget/Advanceable.java
+++ b/core/java/android/widget/Advanceable.java
@@ -21,7 +21,6 @@ package android.widget;
* progressing through its set of children. The interface exists to give AppWidgetHosts a way of
* taking responsibility for automatically advancing such collections.
*
- * @hide
*/
public interface Advanceable {