ADVERTISEMENT

AFP Chief tells fishermen: Don't be afraid to fish in WPS, it is ours

Published Jun 14, 2024 09:18 am
General Romeo Brawner Jr.jpg
Armed Forces of the Philippines (AFP) chief General Romeo Brawner Jr. answers questions from the media on June 14, 2024. (Photo courtesy of DPC Pool)

“Don’t be afraid to fish in the West Philippine Sea (WPS), it is ours.”

This was the message of Armed Forces of the Philippines (AFP) chief General Romeo Brawner Jr. to Filipino fishermen who are having doubts in going to the WPS amid the looming enforcement of a new maritime regulation by China against “trespassers” in the areas they claim in the South China Sea.

On the eve of the implementation of China’s Order No. 3, Brawner said that the AFP has discussed with the Philippine Coast Guard (PCG), Philippine National Police (PNP), and Bureau of Fisheries and Aquatic Resources (BFAR) the steps that they will be taking to ensure the safety of Filipino citizens in the disputed waters.

Brawner said they also talked to different fisherfolk group who might be affected by the new order, which is set to take effect on Saturday, June 15.

“Sinabi namin sa kanila is that for them not to be afraid but to just go ahead with their normal activities na mangisda doon sa ating exclusive economic zone (EEZ). Remember atin po itong ezclusive economic zone na ito, we have the right to exploit the resources in the area (We told them not to be afraid but to just go ahead with their normal fishing activities in our exclusive economic zone. Remember, that exclusive economic zone is ours and we have the right to exploit our resources in the area),” the AFP chief said on the sidelines of the Air Force Symposium and Expo 2024 in Pasay City on Friday, June 14.

“Kaya po dapat ay hindi matakot ang ating mga mangingisda anyway nandyan po ang inyong Armed Forces of the Philippines, ang ating Philippine Navy, pati na rin ang Philippine Coast Guard. Marami po tayong pinaguusapan na hakbangin na gagawin in order for us to protect our fishermen (That’s why our fishermen should not be afraid, anyway your Armed Forces of the Philippines is there through the Philippine Navy, as well as the Philippine Coast Guard. We have a lot of discussions on what steps should be taken in order for us to protect our fishermen),” he added.

China occupies almost the entire SCS, including some features within the Philippines’ EEZ. 

Last month, Beijing issued Order No. 3 which empowers the China Coast Guard (CCG) to arrest and detain foreign nationals who will be caught illegally entering the areas it claims in the SCS from 30 to 60 days even without a warrant.

This, after a civil-society group, Atin Ito Coalition, launched a 100-boat convoy in the WPS to normalize civilian presence and oppose China’s militarization of the key waterway.

Brawner admitted being "concerned" about the declaration by China that its coast guard will arrest trespassers in its claimed territories, even if a 2016 arbitral ruling already rejected their dash-line claims.

Meanwhile, AFP spokesperson Col. Francel Margareth Padilla said the new regulation of China undermines the rule of law and international norms that govern maritime conduct.

“The presence and actions of its vessels in our waters are illegal, coercive, aggressive, and deceptive,” she said.

Padilla said the AFP remains steadfast in its mission to protect the country’s interests in the WPS and ensure the safety of personnel and citizens there even with the presence of Chinese vessels.

“We will continue our maritime patrols in areas within the Philippines’ jurisdiction,” she said. “We will not be deterred or intimidated."

Related Tags

AFP West Philippine Sea (WPS) PH-China trespass rule
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.