I need to display the brightness settings dialog from my activity, I
git the Settings source and found out that a lot of the classes in
import does not exist in the API.  did these classes' visibility
change?

package com.android.settings;

import android.content.Context;
import android.os.RemoteException;
import android.os.IHardwareService;
import android.os.ServiceManager;
import android.preference.SeekBarPreference;
import android.provider.Settings;
import android.provider.Settings.SettingNotFoundException;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.widget.SeekBar;

import java.util.Map;

public class BrightnessPreference extends SeekBarPreference implements
        SeekBar.OnSeekBarChangeListener {
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to