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