惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
B
Blog
罗磊的独立博客
GbyAI
GbyAI
博客园 - 三生石上(FineUI控件)
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
The GitHub Blog
The GitHub Blog
人人都是产品经理
人人都是产品经理
博客园 - Franky
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
MyScale Blog
MyScale Blog
Google DeepMind News
Google DeepMind News
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏

Help Net Security

ChatGPT advanced account security adds passkeys and hardware keys Week in review: High-severity LPE vulnerability in the Linux kernel, cPanel 0-day exploited for months Automating Pentest Delivery: A Step-by-Step Guide - PlexTrac Open-source privacy proxy masks PII before prompts reach external AI services Shadow AI risks deepen as 31% of users get no employer training Identity is the control plane for distributed infrastructure AI traffic is getting bigger, louder, and less predictable New infosec products of the month: April 2026 cPanel zero-day exploited for months before patch release (CVE-2026-41940) Cisco releases open-source toolkit for verifying AI model lineage Met Police face criticism for using AI to spy on their own officers Nine-year-old Linux kernel flaw enables reliable local privilege escalation (CVE-2026-31431) Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security IP Fabric MCP server adds governance and control to enterprise AIOps workflows - Help Net Security Aqua Compass MCP server enables real-time investigation and containment of runtime threats - Help Net Security Google brings instant email verification to Android, no OTP needed - Help Net Security If cyber espionage via HDMI worries you, NCSC built a device to stop it - Help Net Security Apple fixes iPhone bug that let FBI retrieve deleted Signal messages(CVE-2026-28950) - Help Net Security GopherWhisper APT group hides command and control traffic in Slack and Discord - Help Net Security OpenAI tackles a bad habit people have when interacting with AI - Help Net Security A year in, Zoom's CISO reflects on balancing security and business - Help Net Security Scenario: Open-source framework for automated AI app red-teaming - Help Net Security GDPR works, but only where someone enforces it - Help Net Security Ransomware, fraud, and lawsuits drive cyber insurance claims to new peaks - Help Net Security Google’s Workspace Intelligence promises privacy while running on your data - Help Net Security Cyberattack on French government agency triggers phishing alert - Help Net Security Claude Mythos finds 271 Firefox flaws, Mozilla believes zero-days are numbered - Help Net Security Prove Identity Platform connects verification, authentication, and fraud prevention - Help Net Security New Mirai variants target routers and DVRs in parallel campaigns - Help Net Security Acronis GenAI Protection gives MSPs control over AI usage and data risks - Help Net Security
What's new in Android 17? Anti-theft tools, scam detectio...
Anamarija Pogorelec · 2026-06-17 · via Help Net Security

The Android 17 rollout has started for supported Pixel devices, delivering new security and privacy capabilities before expanding to other devices later this year.

Security and privacy updates

Google has improved location privacy features so users can choose to share their approximate location with websites and grant apps temporary access to their precise location when services require exact coordinates.

In previous Android versions, users had no OS-level way to grant an app access to only one or a few contacts. Contact Picker allows them to share selected contacts with an app instead of granting access to their entire address book, while READ_CONTACTS is reserved for apps that require ongoing access.

Find Hub’s Mark as lost feature allows users to lock a missing phone with biometrics, preventing anyone who knows the passcode from accessing data on the device or turning off location tracking. Marking a device as lost hides Quick Settings and prevents new Wi-Fi and Bluetooth pairings.

Android 17 security features

“Mark as lost” feature ‘Source: Google)

The company is expanding Live Threat Detection, an on-device AI feature that monitors app behavior and warns users about suspicious activity. New protections can detect actions such as SMS forwarding and misuse of accessibility overlays, which can be used to trick users.

Android 17 introduces dynamic signal monitoring, which detects known malicious behavior patterns in real time, such as apps hiding their icons, launching in the background, or abusing accessibility permissions. These protections will begin rolling out in the second half of the year.

To help protect users from sophisticated threats, Advanced Protection, Google’s one-tap security hardening mode, integrates scam detection for chat notifications, disables device-to-device unlocking and Chrome WebGPU support, and removes accessibility service access from apps that are not labeled as accessibility tools.

“To stop a thief who’s trying to guess their way into your phone, we also reduced the number of times someone can guess your PIN and added longer wait times between failed attempts,” Seang Chau, VP and GM of Android Platform, wrote in a blog.

New tools for families

Parental Controls are available on all devices that update to Android 17. This on-device feature is protected by a PIN and provides a direct link to Google Family Link, which offers additional capabilities such as School Time, app purchase approvals, and location alerts.

Parents can set daily screen time limits, schedule downtime that automatically locks a device at night, and restrict or block access to specific apps. They can also grant extra screen time when needed or extend a scheduled break. Web content filters can block explicit websites and search results.

Developer-focused changes

“Historically, apps required broad, permanent permissions to access information like contacts, precise location and media files. Android 17 continues the shift toward privacy-preserving choices that grant temporary, session-based access only to the data the user explicitly selects,” Matthew McCullough, VP of Product Management, Android Developer, explained.

Android 17 introduces the ACCESS_LOCAL_NETWORK permission, which apps must request before discovering or connecting to devices on a local network, such as smart home devices or casting receivers. The change limits access to local network data and helps prevent unauthorized tracking or data collection. Apps can also use Android’s built-in device pickers to connect to devices without requesting the permission directly.

SMS OTP protection delays access to SMS messages for three hours. It applies to WebOTP and messages that follow the standard SMS OTP format. Default SMS apps, digital assistants, and companion device apps are exempt. Google recommends that other apps use the SMS Retriever API or SMS User Consent API instead of requesting direct access to SMS messages.

Android 17 adds support for post-quantum cryptography. Compatible devices can generate ML-DSA digital signature keys in secure hardware through the Android Keystore, helping protect against future quantum computing threats. The new APK Signature Scheme v3.2 combines traditional and ML-DSA signatures to strengthen app authentication and software distribution.

Apps targeting SDK 37 or later must mark native libraries loaded with System.load() as read-only. Otherwise, the system will block them from loading and throw an UnsatisfiedLinkError. This extends the Safer Dynamic Code Loading protection introduced in Android 14 for DEX and JAR files to native libraries.

When users enter passwords, PINs, and other sensitive data with a physical keyboard, the last typed character will no longer be displayed. Users can customize these settings, subject to support from device manufacturers. The feature is supported by Android’s built-in SDK components and will be supported in Compose 1.12 for SecureTextFields.

Read more: