Google is preparing a full-screen GameSnacks experience for Android Auto by removing the navigation rail from both the GameSnacks menu and games themselves, making it consistent with other Android Auto games.
HSBC has restricted its Android app from functioning within Samsung's Secure Folder and Android's Private Space, causing many customers to lose access to online banking services. The bank described this as a "proportionate security control" to mitigate risks, stating that customers must use the app outside these environments. Feedback from users has been largely negative, with complaints about abrupt access loss and inadequate communication regarding the changes. Customers are unable to utilize web banking due to the app's requirement for multifactor authentication, and some have raised concerns about HSBC's compliance with the Financial Conduct Authority's Consumer Duty. HSBC has advised customers to access the app outside of protected spaces and mentioned the option of using a Physical Secure Key for desktop banking.
The Android development community has historically addressed memory optimization reactively, but new performance requirements from Google Play, effective February 2027, emphasize proactive memory management. These requirements include metrics for dynamic memory usage, bitmap memory, and DEX code optimization, with apps needing at least 25% optimization coverage. Memory usage can now hinder releases even without local crash replication, necessitating its integration into the pre-production process alongside other performance metrics.
Dynamic memory usage is defined as anonymous RSS plus swap, excluding file-backed data. Google Play will evaluate this across different application states and device performance categories. Bitmap memory is scrutinized for the retention of invisible bitmaps, and DEX optimization aims to reduce memory footprint and improve performance.
Investigating memory growth involves using Android Studio’s Memory Profiler to monitor memory changes during specific user flows and conducting heap dumps to identify retained objects. Issues often arise from retained state, where components hold onto callbacks that reference image data, necessitating a focus on lifecycle management rather than merely cache size.
Bitmap memory should be carefully managed, as the decoded size can significantly exceed the compressed file size. Downsampling images to match UI dimensions is crucial. Memory checks should occur before production, with a focus on establishing a memory budget based on actual measurements and defining representative memory scenarios for testing.
A pre-release memory checklist includes running user flows repeatedly, testing on various devices, inspecting heap dumps, examining image configurations, and reviewing optimization metrics. Monitoring Android vitals and Play Console warnings is essential to detect potential issues before they lead to user-reported crashes.
In 2026, Microsoft introduced Xbox mode for Windows 11 users to enhance the gaming experience, responding to the popularity of Valve's SteamOS. Xbox mode transforms the Windows interface by removing the taskbar and providing a layout suited for controller users, organizing game libraries within a revamped Xbox app. To enable Xbox mode, users must navigate to Settings > Gaming > Xbox mode and toggle the feature on. A gamepad must be connected, and users can access Xbox mode using keyboard shortcuts or through the Xbox app. While Xbox mode streamlines access to games from various platforms, it does not inherently improve gaming performance; users should enable Game Mode separately for that purpose. Xbox mode consolidates access to multiple game launchers, allowing users to launch games directly without opening their respective launchers. Additionally, Xbox Game Pass subscribers can access their library within Xbox mode, and the Cloud Gaming tab allows setting Nvidia GeForce Now as the default streaming service.
More than 5,400 websites across over 2,200 organizations have been compromised to propagate malware, primarily affecting small businesses like clinics and online retailers. The attack mechanism involves malicious code that triggers a deceptive CAPTCHA, instructing users to execute commands that can download malware. Attackers are using the BNB Smart Chain test network to store instructions, making it harder for investigators to shut down operations. A newer variant of the attack uses WebRTC technology to establish encrypted connections for delivering additional malicious code. To protect against these threats, users should avoid pasting commands from websites, be suspicious of unusual CAPTCHA instructions, use strong antivirus protection, keep systems updated, take action if commands are executed, and small business owners should regularly verify their website's integrity.
Samsung is ending its OneDrive integration on September 30 and will instead offer direct Google Photos backup within the Samsung Gallery app. The update, version 15.9.01.7, introduces a "Sync photos and videos" option that allows users to connect a personal Google account for photo and video backup. Users can selectively sync specific local folders or disable main camera roll uploads. This feature is available only on devices running Android 13 or later and requires a compatible Samsung device. Users can disable the Google Photos sync if they prefer not to use it, while still accessing previously backed-up photos via Google Photos.
Reform UK has launched the controversial app "Small Boat Watch," which features a game called Small Boat Scramble where players repel small boats carrying immigrants from reaching British shores to achieve a high score.
Developer Mayuki Sawatari has created ReProgman, a modern homage to the Windows 3.1 Program Manager, which operates on both Windows 11 and macOS. The application mimics the early '90s interface, scanning the Start menu on Windows or the Applications folder on Mac to organize programs into groups without altering actual shortcuts. Users can drag and drop icons, utilize classic window arrangements, and experience a recreated exit dialog box. The project was initially developed in just an hour, with a detailed specification document available in its git repository. ReProgman is released under the MIT license and is available as a standalone binary, though Mac users need to adjust permissions to run it. Currently, it supports only Windows 11 on x64 and Arm architectures and macOS on Apple Silicon, excluding Windows 10 and Intel Macs.
On September 1, 2026, Google announced the integration of Google Keep into the Google Messages app as part of the upcoming “Android Drop” set to launch in early September 2026 for Android devices. A “Keep Note” option will be available in the “+” menu on the chat screen, requiring users to opt-in by selecting “Try it now.” This integration allows users to share and update lists and notes directly within chat conversations, enhancing collaboration among group members.
The Tor Project has launched Tor VPN Beta for Android, allowing mobile applications to route traffic through the Tor network, expanding beyond web browsing. This development was driven by user demand for privacy tools to bypass internet censorship, particularly in restrictive regions. The concept originated in 2021, and after initial testing and user feedback, the beta was announced on September 9.
Tor VPN creates a separate Tor circuit for each application, enhancing privacy by complicating activity correlation across apps. Users can select which applications use Tor, and the interface has been improved for easier management. The beta version 1.4.0 includes support for WebTunnel bridges to disguise Tor connections as standard encrypted traffic.
Usability testing revealed issues with exit-node selection, leading to a design change that requires users to connect to Tor before choosing an exit. Tor VPN is built on the Arti implementation of the Tor protocol and the Onionmasq networking layer, ensuring stability and component sharing. The software supports reproducible builds and is available via F-Droid and APK downloads. A security review in June 2025 found no major flaws but identified some issues being addressed.
Tor VPN is currently in beta and focuses on enhancing circumvention capabilities and usability rather than competing with commercial VPNs on speed. Users in censored areas are advised to configure bridges for access.