Hello buddies.

I am currently developing a app which requires either the WiFi
connectivity or 3G connectivity .

When the device has no active connectivity, the users would be
prompted a dialog with 2 buttons.
One is for enabling WiFi connectivity. Another is for 3G connectivity.

When the WiFi button is clicked. I could initiate the WiFi
connectivity activity like below:

      Intent intent = new
Intent(android.provider.Settings.ACTION_NETWORK_OPERATOR_SETTINGS);
      context.startActivity(intent);

But I couldn't initiate the dialogs "3G data call settings dialog"
when the 3G button is clicked.

Is there any way to do that like above for WiFi?

I've seen some app doing both like I say, So I hope to do so

Best regards

-- 
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