jeudi 7 mai 2015

How to list out manually searched network operator in out list view?

Using the below code to open the NetworkSettings into the app for getting the available list. Using the detail to change the Network.

 Intent intent = new Intent(Intent.ACTION_MAIN);
            intent.setClassName("com.android.phone", "com.android.phone.NetworkSetting");
            startActivity(intent);

But it's not working for Nexus Mobile.

Aucun commentaire:

Enregistrer un commentaire