ADVERTISEMENT

AFP welcomes possible transfer, sale of vessels and aircraft from US, Japan

Published May 10, 2026 04:30 pm

At A Glance

  • The Armed Forces of the Philippines (AFP) welcomed Japan's move to ease restrictions on defense exports, saying it could help the Philippines acquire additional military equipment as part of its modernization program amid ongoing tensions in the West Philippine Sea (WPS).
  • AFP spokesperson for WPS, retired Rear Admiral Roy Vincent Trinidad, said the Philippines is open to sourcing defense assets not only from the United States but also from Japan, including previously restricted weapons systems.
  • He noted Japan's growing security cooperation with Manila, highlighted by its participation for the first time in the Balikatan exercises and earlier transfers of patrol vessels and possible discussions on larger naval and surveillance assets.
  • The United States has also approved a potential $150 million sale of Bell 505 helicopters to improve Philippine air mobility and disaster response.
Retired Rear Admiral Roy Vincent Trinidad continues to be the Armed Forces of the Philippines'. spokesperson for the West Philippine Sea as a Philippine Navy reservist. (File photo: Armed Forces of the Philippines)
Retired Rear Admiral Roy Vincent Trinidad continues to be the Armed Forces of the Philippines'. spokesperson for the West Philippine Sea as a Philippine Navy reservist. (File photo: Armed Forces of the Philippines)
The Armed Forces of the Philippines (AFP) on Sunday, May 10, welcomed moves by Japan to loosen restrictions on defense exports as Manila pushes ahead with military modernization amid continuing tensions in the West Philippine Sea (WPS).
Philippine Navy (PN) reservist and retired rear admiral Roy Vincent Trinidad, the AFP spokesperson for WPS, said the Philippines is open to acquiring more equipment not only from the United States but also from Japan.
“There are other moves where capabilities may reach us through foreign military sales, not only from the United States but more recently from Japan as well,” Trinidad said.
“They have moves to allow the export of weapons systems that were previously prohibited under their constitution. We welcome all these moves,” he added.
Trinidad made the remarks days after the conclusion of this year’s Balikatan exercises between Filipino and American troops. The annual drills have expanded in recent years and now include more advanced weapons systems, cyber defense operations, and interoperability exercises.
Japan, which joined Balikatan combat drills for the first time, has steadily deepened security ties with the Philippines as both countries confront growing Chinese activity in disputed waters.
Read: Japan to transfer destroyers, TC-90 patrol aircraft to Philippines
Tokyo previously provided patrol vessels to the Philippine Coast Guard and has been discussing possible transfers of larger naval assets and surveillance aircraft to Manila, such as the Abukuma-class destroyer escorts and TC-90 aircraft.
The United States, meanwhile, earlier approved the possible sale of Bell 505 helicopters for $150 million to the Philippines as part of efforts to improve the country’s air mobility and disaster response capabilities.
Read: US clears $150M Bell 505 helicopter sale to PH
Meanwhile, Trinidad said some of the assets used during the recently concluded Balikatan drills may stay for future exercises.
“If you notice, the exercises are continuous. After Balikatan, there are forthcoming exercises. Before Balikatan, we had Salaknib, so our training is continuous, unlike in the past when there would be a long period without exercises after Balikatan. But now our military is more prepared because after three weeks there will be another exercise,” he said.
“Some of the equipment used during Balikatan will remain in-country and may only be transferred to another location for the next exercise,” he added.
‘If you want peace, be prepared for war’
Trinidad also defended the AFP modernization program against criticism from groups accusing the government of provoking conflict with China.
“You know, the answer to that is simple: if you want peace, you should be prepared for war,” he said.
“That is part of a modern military. As the US says, ‘peace through strength.’ It is part of the mandate of the armed forces to train in times of peace and to serve as a deterrent against any country that seeks to cause trouble for us,” he stressed.
The AFP has been ramping up maritime monitoring operations while Chinese vessels continue to operate near Philippine-held features in the WPS.
From April 1 to 30, the PN monitored 21,052 vessels inside the country’s exclusive economic zone. Of the total, 3,528 were local vessels while 17,524 were foreign ships.
The AFP said 14,343 vessels responded to radio challenges while 6,709 did not.
Trinidad said the military also monitored 62 Chinese People’s Liberation Army Navy and China Coast Guard vessels near four key areas in the West Philippine Sea during the same period.
These included 24 vessels near Bajo de Masinloc, 12 near Ayungin Shoal, 17 near Escoda Shoal, and nine near Pag-asa Islands.
“These figures underscore the continued ICAD [illegal, coercive, aggressive, deceptive] activities that undermine the rules-based international order and constitute a blatant attempt to erode the Philippines’ territorial integrity, sovereignty, and sovereign rights,” Trinidad said.

Related Tags

AFP Japan United States West Philippine Sea China
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.