Expose WallpaperSettingsActivity in the public API.

This commit is contained in:
Charles Mendis
2009-11-06 18:06:06 -08:00
parent 49fa9e0098
commit 47ef426679
2 changed files with 28 additions and 1 deletions

View File

@@ -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 {
/**