New Android 17 trick could make ChatGPT’s screen sharing way smoother on your phone
Source: Android Authority

TL;DR
- OpenAI is testing a more efficient way to let ChatGPT see your screen on Android.
- It could use Android 17’s new Bubbles feature and Accessibility options to view what’s on your screen.
- This method uses system resources more efficiently compared to the current screen‑sharing method that involves casting.
The challenge for AI chatbots
The next big challenge for any AI chatbot—including Gemini and ChatGPT—is to become a truly useful assistant that can accomplish tasks without intervention or asking you to share minute details [source]. For that to work smoothly, chatbots need to be able to see what’s on your screen, but the current method can be intensive on phone hardware.
How ChatGPT currently shares the screen
ChatGPT on Android currently relies on the MediaProjection API [ref], the same API used for screen recording and casting. This approach has several drawbacks:
- Multiple permission dialogs and warning pop‑ups that interrupt workflow.
- Continuous screen recording, leading to high resource utilization and slower performance.
A potential new method
In version 1.2026.118 of the ChatGPT Android app, an APK teardown revealed that OpenAI is experimenting with a different approach:
- Leveraging Android’s Accessibility settings.
- Using Android 17’s Bubbles multitasking feature [details].
Workflow changes
- First‑time setup – Users are prompted to enable “ChatGPT screen help” in Android’s Accessibility settings.
- Additional permissions – Notifications and conversation bubbles for the app must be enabled, preventing the app from being killed.
- Bubble interaction – A persistent conversation bubble appears on the screen. Tapping the bubble lets you ask ChatGPT specific questions about the current screen contents. The AI focuses solely on what it sees, ignoring prior chat context.
Benefits and concerns
- Resource efficiency – By bypassing MediaProjection, the new method should reduce CPU/GPU load and battery drain.
- Privacy considerations – Granting Accessibility access to an AI raises legitimate concerns; it gives the chatbot deep insight into UI elements and text. OpenAI’s plans for handling these concerns have not been disclosed.
⚠️ An APK teardown can predict future features based on work‑in‑progress code, but there’s no guarantee that the feature will reach a public release.
Read the full article for more context and stay tuned for updates.