News

Android Could Soon Tell You Which App Asked to Record and Store Your Screen [APK Teardown]

Android is preparing new consent warnings for third-party app-owned screen recordings, clarifying when an app requests capture access and manages the saved recording file.

Android is preparing new consent warnings for third-party app-owned screen recordings, clarifying when an app requests capture access and manages the saved recording file.

0 Comments

What to know

  • Android is preparing consent warnings for screen recordings requested and managed by third-party apps.
  • The warnings clarify that the named app will store and manage the resulting recording file.
  • We found the code in the unreleased Pixel’s System UI in build cp41.260814.003.b1 build, but could not surface the feature in the app yet.

Android’s system screen recorder already warns you about the sensitive information that a recording may capture. New Pixel’s System UI code suggests that Google is expanding this flow to cover recordings requested by third-party apps, including cases where an app takes responsibility for storing and managing the output file.

Now, a teardown of Pixel’s System UI in build cp41.260814.003.b1 from a Pixel 10 Pro Fold running an Android beta reveals two new consent warnings covering both entire-screen and single-app recordings.

About APK teardowns — An APK teardown works by reading the not-yet-shipped code inside a beta build, which lets us preview features a developer is working on before they’re announced. But work-in-progress code can change, stay hidden behind a server-side flag, or be scrapped before it ever reaches your phone.

Apps could request recordings and manage the resulting files

The most important addition is explicit language stating that an app is requesting permission to record your screen. The same warning also tells you that the resulting file will be stored and managed by a named app.

This points to a more app-directed recording flow than the familiar process of starting a capture yourself from Android’s system controls. A third-party app could initiate the request, while Android retains the consent screen and makes the app’s role clear before recording begins.

The new strings, seen below, point to two versions of this permission flow:

screenrecord_permission_dialog_warning_entire_screen_with_app_and_uri = “%1$s is requesting to record your screen. When you’re recording your entire screen, anything shown on your screen is recorded. So be careful with things like passwords, payment details, messages, photos, and audio and video. Your screen recording file will be stored and managed by %2$s.”
screenrecord_permission_dialog_warning_single_app_with_app_and_uri = “%1$s is requesting to record your screen. When you’re recording an app, anything shown or played in that app is recorded. So be careful with things like passwords, payment details, messages, photos, and audio and video. Your screen recording file will be stored and managed by %2$s.”

One warning applies when an app requests access to the entire screen. It cautions that everything displayed may be recorded, including passwords, payment details, messages, photos, audio, and video.

The second warning is tailored to recording one app. Its wording explains that anything shown or played inside that app may be captured. In both cases, Android identifies the requesting app through a placeholder and separately names the app responsible for storing and managing the recording file.

That ownership disclosure matters because it tells you where control of the recording goes after capture. Instead of presenting the request as a generic Android recording session, the dialog makes the third-party app’s involvement explicit at the permission stage.

We could not surface this feature in the app yet. It is not available to users at this stage, and we’ll watch future Pixel’s System UI builds for signs of a rollout.

 

Leave a Reply

Your email address will not be published. Required fields are marked *