• Ghostalmedia@lemmy.world
    link
    fedilink
    English
    arrow-up
    120
    ·
    12 days ago
    1. It’s also android phones. All of the shots in the article are of android phones.

    2. This is likely just recording sessions of the carrier’s app, not everything on your phone. Session recording for CS and UX is pretty common these days. It can be impossible to identify a problem unless you actually see what is happening in the app.

    That said, you have to ask for consent for this shit. A lot of companies don’t alert customers when they release a new tool that requires privacy consent.

    • dual_sport_dork 🐧🗡️@lemmy.world
      link
      fedilink
      English
      arrow-up
      28
      ·
      12 days ago

      This is so. At the bottom of the article it says:

      To help us give customers who use T-Life a smoother experience, we are rolling out a new tool in the app that will help us quickly troubleshoot reported or detected issues. This tool records activities within the app only and does not see or access any personal information. If a customer’s T-Life app currently supports the new functionality, it can be turned off in the settings under preferences.

      So yes, it can only see itself, i.e. within the T-Mobile app. It’s still dumb.

      I’m not well versed enough in Android app development to answer whether or not one userspace app can even access the screen contents of another app without root or special permissions, but it wouldn’t surprise me if there are several roadblocks in that path on the part of the OS for obvious reasons.

      • AnAmericanPotato@programming.dev
        link
        fedilink
        English
        arrow-up
        4
        ·
        12 days ago

        I’m not well versed enough in Android app development to answer whether or not one userspace app can even access the screen contents of another app without root or special permissions

        This requires special permissions and explicit user approval every time an app starts screen recording, plus it shows a red notification whenever screen recording is active.

        I think you could get by with a one-time user approval as a device administration or assistive app permission, which you’d need to manually grant in Settings. Unlikely anyone would do that by accident.

        That might be different for system-level apps. I haven’t bought a carrier-branded phone in 10+ years so I’m not sure what that’s like these days.

        • Hello Hotel@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          12 days ago

          Last I checked, you can have a system app as an accessability provider and be enabled by default

      • Lyrl@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        12 days ago

        It’s not possible on Android, which is incredibly disappointing because I play a card game exclusively on mobile, and would love to use a collection manager and stat tracking app. These exist for PC and Mac, but not for mobile because of the very hard no-record-other-apps wall.

      • bluemellophone@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        ·
        12 days ago

        That would be a pretty big security hole in iOS if that was allowed, but it isn’t. Notification and other UI elements are rendered on top of the underlying app, which does not have access to or cannot see the full screen’s canvas. We can see practical implementations of this “snapshot” test feature in code:

        https://github.com/uber/ios-snapshot-test-case

      • Ghostalmedia@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        12 days ago

        Not the tools I’ve used. A lot of them aren’t even actually recording video. They’re recording the user interactions in-app, then playing those back on a cached version of the experience that is hosted with the session recording company.