the piece of code i have written is
        private Message mMessage;
        static private Looper sLooper;
        static private Phone phone;
        static PhoneFactory phf;

        phf = new PhoneFactory();
        phf.makeDefaultPhone(this.getApplicationContext());
        //phone = phf.getDefaultPhone();
        //mMessage = Message.obtain();
       //phone.factoryReset(mMessage);
imported packaged :
import com.android.internal.telephony.Phone;
import com.android.internal.telephony.PhoneFactory;
import android.os.*;

any comment would be greately appreciated
Thank you in advance

Unnikrishnan Arangath
[email protected]

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to