diff --git a/api/current.xml b/api/current.xml
index 50b45d6c73225..cb8f800bd7d2b 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -123765,6 +123765,34 @@
+
+
+
+
+
+
diff --git a/core/java/android/service/wallpaper/WallpaperSettingsActivity.java b/core/java/android/service/wallpaper/WallpaperSettingsActivity.java
index cde5ab25ff397..501947dac4609 100644
--- a/core/java/android/service/wallpaper/WallpaperSettingsActivity.java
+++ b/core/java/android/service/wallpaper/WallpaperSettingsActivity.java
@@ -24,7 +24,6 @@ import android.preference.PreferenceActivity;
* Base class for activities that will be used to configure the settings of
* a wallpaper. You should derive from this class to allow it to select the
* proper theme of the activity depending on how it is being used.
- * @hide Live Wallpaper
*/
public class WallpaperSettingsActivity extends PreferenceActivity {
/**