Google is developing a new security control option for the Android 16 version of the Chrome browser that allows users to toggle a switch to prevent Chrome from accessing the phone's graphics hardware through the WebGPU interface. A developer discovered this hidden setting when unpacking and analyzing the APK of Google Play Services version 26.10.31. It is expected that it will be integrated into the "Advanced Protection Mode" of Android 16, specifically used to control the WebGPU function in Chrome.

The WebGPU interface, which first arrived in Chrome for Android in 2023, is a modern graphics standard for the web that allows web pages and web applications to directly access the device's GPU to perform intensive 3D rendering and complex machine learning tasks within the browser. As this standard is adopted by more and more developers, the number of web games, online graphics applications, and browser-based AI features that rely on WebGPU has also begun to increase.

However, just because WebGPU gives websites the ability to directly call core system components, it also brings new security risks. Attackers are constantly looking for vulnerabilities in the WebGPU implementation in browsers to launch attacks, perform a variety of malicious actions, and potentially even take complete control of a victim device. Although related vulnerabilities are constantly being patched, patches are often pushed to users only after some attacks have occurred.

The WebGPU switch that Google plans to provide this time is regarded as an attempt to "reduce risks from the source", allowing users to completely prohibit the Android version of Chrome from using WebGPU if necessary. The latest report from Android Authority states that in the advanced protection mode of Android 16, a new shutdown option specifically for Chrome WebGPU will be added, and users can increase the level of security protection through a simple switching action.

However, turning off WebGPU does not come without cost. Once users enable this safety switch, all modern web applications that rely on WebGPU will either fail to load properly or have to fall back to running on the older WebGL standard. This will be particularly obvious in 3D games, graphics applications that use browsers as running environments, and websites that rely heavily on browser-side AI inference. Screen performance and performance may be significantly reduced. If users usually handle high-load tasks through native applications and rely less on the web side, then turning off WebGPU will have a relatively limited impact on the experience.

At present, Google has not officially announced the launch time of this WebGPU switch, nor has it mentioned this feature in public channels. The relevant code only appears in the development version of Google Play services. According to the general situation of APK unpacking analysis, this does not guarantee that it will be launched in the stable version as scheduled. The specific time when it will be pushed to ordinary users still needs to be confirmed by Google.