int val = 1; //0:关闭 1:开启 Settings.System.putInt(getContentResolver(), Settings.System.AIRPLANE_MODE_ON, val); Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); intent.putExtra("state", true); sendBroadcast(intent);