You might sideload an Android app, or manually install its APK package, if you’re using a custom version of Android that doesn’t include Google’s Play Store. Alternately, the app might be experimental, under development, or perhaps no longer maintained and offered by its developer. Until now, the existence of sideload-ready APKs on the web was something that seemed to be tolerated, if warned against, by Google.

This quiet standstill is being shaken up by a new feature in Google’s Play Integrity API. As reported by Android Authority, developer tools to push “remediation” dialogs during sideloading debuted at Google’s I/O conference in May, have begun showing up on users’ phones. Sideloaders of apps from the British shop Tesco, fandom app BeyBlade X, and ChatGPT have reported “Get this app from Play” prompts, which cannot be worked around. An Android gaming handheld user encountered a similarly worded prompt from Diablo Immortal on their device three months ago.

Google’s Play Integrity API is how apps have previously blocked access when loaded onto phones that are in some way modified from a stock OS with all Google Play integrations intact. Recently, a popular two-factor authentication app blocked access on rooted phones, including the security-minded GrapheneOS. Apps can call the Play Integrity API and get back an “integrity verdict,” relaying if the phone has a “trustworthy” software environment, has Google Play Protect enabled, and passes other software checks.

Graphene has questioned the veracity of Google’s Integrity API and SafetyNet Attestation systems, recommending instead standard Android hardware attestation. Rahman notes that apps do not have to take an all-or-nothing approach to integrity checking. Rather than block installation entirely, apps could call on the API only during sensitive actions, issuing a warning there. But not having a Play Store connection can also deprive developers of metrics, allow for installation on incompatible devices (and resulting bad reviews), and, of course, open the door to paid app piracy.

3 points

i JUST started enjoying adfree YouTube via revanced, now it could go away?! fuck lol

permalink
report
reply
20 points
*

This has absolutely nothing to do with ReVanced.

permalink
report
parent
reply
1 point

oh okay, thanks

permalink
report
parent
reply
-49 points

App developers need ways to know the app has not been modified in unsanctioned manner, glad to see Android finally catching up on security with integrity checks.

permalink
report
reply
-21 points

Yup, this is important for certain apps with a high security bar. Surprised at all the downvotes.

permalink
report
parent
reply
-17 points

This is Lemmy. If you’re not advocating for FOSS, or piracy to spite the corporations, you’re gonna get downvoted. I don’t care. We need better security standards whether these kids like it or not.

permalink
report
parent
reply
17 points

Security by default is fine, but not if its being forced.

If I go out of my way to root my phone or sideload an app, I have a reason for that. I’m fine with an app going “Hey! This phone is rooted / this app is not from an official source! Wait 10s before you can click ‘I understand and take full responsibikity in case of a security breach’”.

I’m not OK with an app going “I will not work on this device because yiur environment is non-standard, period”.

permalink
report
parent
reply
13 points

This does jack-all for security, it’s just monopolization in disguise and you’re buying into it.

permalink
report
parent
reply
13 points
*

Slippery slope. Soon it wil be for all fucking mundane apps because they don’t want you running a modded version…which is my fucking choice to do

permalink
report
parent
reply
7 points
*
Removed by mod
permalink
report
parent
reply
17 points

certain apps with a high security bar

like the McDonalds app, which already requires workarounds to work on rooted devices?

permalink
report
parent
reply
-6 points

Of course not, sometimes it really is just corpo bs, don’t use their app if it’s such an issue for you.

permalink
report
parent
reply
2 points

You want affordable food, you WILL pay them with your data. Always on location please! Oh and precise as well, thank you.

permalink
report
parent
reply
33 points

No, this will only lead people without access to Google Play to be forced to get it from somebody who has modified the app to fake the check.

permalink
report
parent
reply
3 points

If they don’t have access to Play, then the developer of that app specifically does not want to service them as a user. Developers have to enable this feature in their own apps for it to do anything. If that developer wanted to support de-Googled users, they wouldn’t enable this in the first place.

permalink
report
parent
reply
4 points
*
Deleted by creator
permalink
report
parent
reply
16 points

It’s my phone. If I’m specifically going out of my way to do that, they have no right to force me to do it their way.

permalink
report
parent
reply
2 points
*

Personally, it’s not Google’s place to dictate how an app verification ecosystem works. If a company has developed an app, they need to be the ones to make sure it’s secure in the first place, not trusting a monopolist tech company that has almost all control with how someone uses their phone.

Google has rules yes, but Android is open-source and should be open with a free & open market for apps. After all, we paid for the device.

permalink
report
parent
reply
16 points

Why do you think apps should verify their integrity in the first place? In the case of banking apps or other online apps, the APIs they use should be secure in the first place so a user can’t achieve anything meaningful by modifying API calls. In the case of offline games with monetization, a hacker who makes a pirated APK will also remove the restriction so legitimate players on non standart ROMs will get screwed. In the case of messaging apps with a “delete messages” or “one time view” function ie. Whatsapp, the sender shouldn’t take that their actions will be respected by other clients because modded apps exist and Whatsapp doesn’t care if you install it on a rooted device.

permalink
report
parent
reply
2 points

API are secure only if you can secure the authentication details. A modified app (be it as something modified and distributed on a unsanctioned channel, or custom injected by another malicious actor/app) can easily siphon out your authentication tokens to a third party unbeknownst to you the user. However, if the app verifies it came from the approved source and have not been tempered with, then it is much easier to lean on ASLR and other OS level security to make it harder to extract the authentication info.

Multiplayer game operators have obligation to curb modified clients so their actual paying clients have a levelled playing field. By ensuring their apps are only distributed via approved channels and unmodified by malicious players, this improves their odds at warding off cheaters creating a bad time for those that actually pay them to play fairly.

These are just simple cases where this kind of security is beneficial. I am glad Android is finally catching up in this regard.

permalink
report
parent
reply
-1 points

be it as something modified and distributed on a unsanctioned channel

Downloading APKs from reputable sources and signature checking can help with this one. Android will refuse to upgrade an app if APK has a different signature anyways.

custom injected by another malicious actor/app

If this is possible there are bigger problems.

Multiplayer game operators have obligation to curb modified clients so their actual paying clients have a levelled playing field.

There isn’t much I can say for that.

permalink
report
parent
reply
12 points
*

This!

APK signatures exist and they’re enough for making sure the file you got isn’t modified. Warning people when they use apks for stuff like banking, I get, but if they wanna take the risk, it’s on them.

Blocking root makes no sense because I’d argue that if the person knows enough to root their phone and got past all those bricked phone/thermonuclear war warnings, the onus is on them to not get their keychain compromised by giving root to some random app. Again, a warning is fine.

Aside from that, people need to understand: THE CLIENT IS NEVER SECURE. NO EXCEPTIONS.

Any self respecting secure API is made under the assumption that all the calls are coming from some malicious state actor using curl until proven beyond doubt that it’s an actual user.

permalink
report
parent
reply
23 points

Google Pain Services. Google Pisses Itself API.

permalink
report
reply

I just won’t use any apps that do this. Simple.

permalink
report
reply
26 points

Good luck when banking apps start doing this.

permalink
report
parent
reply

Cash. No app part. Just cash.

permalink
report
parent
reply
10 points

Yeah until the cops pull you over and take your cash under civil asset forfeiture because it’s “suspicious that you have so much cash on hand”.

https://ij.org/press-release/highway-robbery-in-reno-nevada-cops-use-civil-forfeiture-to-steal-a-veterans-life-savings/

permalink
report
parent
reply
11 points

personally, i wouldn’t trust a third-party created app with my banking details. what’s more, i’ve removed all banking apps from my phone.

i don’t need to allow access to my finances on the device which is most likely to get pinched out of everything i own. plus google and apple don’t need to know which banks have accounts of mine.

imo that additional inconvenience to conduct all banking transactions from a browser is worth the candle.

permalink
report
parent
reply
36 points

I’ll be real, I wouldn’t trust a banking app from any third-party storefront to begin with. That’s the sort of app I’d really want to be properly vetted and secured.

permalink
report
parent
reply
4 points
*

But, there’s no difference in security between using a different storefront? The difference in security depends on the app itself, not where it was downloaded from.

permalink
report
parent
reply
5 points

When did Google start verifying security on play?

permalink
report
parent
reply
13 points

If you’re using a custom de-googled rom you don’t have the play store, so this would just gut that functionality :/ same for any other app that decides they need this, which if the past is anything to go on is going to be a ton of apps that really don’t need it

permalink
report
parent
reply
24 points

Do we really need banking apps? Fuck it I’ll use their website.

permalink
report
parent
reply
4 points

The features you miss out on would be direct deposit from checks and app notifications (usually there are a few that you want enabled but are only available through the app).

permalink
report
parent
reply
3 points

There’s an app to make web apps icons. Or just use Firefox to add the bookmark to your homepage

Hermit - Lite apps browser

permalink
report
parent
reply
1 point

Some places are ditching the website and going app-only. Stockpile as an example.

permalink
report
parent
reply
8 points
*
Removed by mod
permalink
report
parent
reply
3 points

Oh shit…

permalink
report
parent
reply
5 points

I already have to do this. My office wants everyone to use the MS authenticator app, won’t run on LineageOS. Even if it did, I wouldn’t install it, but still.

Ended up making them purchase a hardware security key for me instead.

permalink
report
parent
reply
52 points
*

What’s the point of having an android phone then? I fucking hate android so much, but I only use it, not iOS, because of sideloading. Of If they take that away from us then why not just get an iPhone then? Our only hope is Linux phones picking up a little.

permalink
report
reply
5 points

One reason would be that with an iPhone, you’re paying two to five times the price of an Android phone with comparable hardware.

permalink
report
parent
reply
3 points

Hardware isn’t everything. Apple has a couple of advantages over iPhone that let them do more with less:

  • iOS needs to support a MUCH fewer devices than Android. Even before they switched to their own silicon, they’ve been optimizing the OS to the hardware really well giving you devices that go toe to toe with Android flagships of the same generation with SIGNIFICANTLY better hardware and like double the RAM. Also why Apple doesn’t really care to increase RAM as much as the android side of things.
  • Apple silicon is actually really good and making their own hardware allows them to optimize on both sides of the equation and lets them do more with less.

The selling points for Android (at least the way I’ve seen it over the years) have always been full control (talking about non-root, I’d rather not go down the root rabbit hole here) and (since iPhone 11 started doing firmware blocks on parts) reparability…but both seem to be going out the window lately.

Prices are crap though, but then again Android phones on the top end don’t seem much better. 1-2 gen old iPhones are usually a bit more reasonable though tbh.

permalink
report
parent
reply
1 point

I do the same on android, as I have always owned a Samsung Note/Ultra. Only this year have I purchased a OnePlus phone, and I’ll never fucking do it again, I hate this phone so much. Going back to Samsung for sure once the S25 Ultra drops.

permalink
report
parent
reply

F-Droid

Most of the apps I have and use are installed via Droidify. The ones that aren’t are company apps, like banking or airline. I could just used the web sites for those; they’re only conveniences.

My phone isn’t rooted, and I didn’t read the article so I don’t know how this will affect me. If push comes to shove, I’ll simply bite the bullet and get a phone I can install Linux on next time, regardless of how polished for daily driving it is.

permalink
report
parent
reply
3 points

Right on. I do use F-Droid and droidify. I also use Obtanium. Linux phone has never sounded better, godammit. Like you, I really don’t give a shit about those banking apps and other shit, web browsers are more than enough in this day and age.

permalink
report
parent
reply
1 point

I would most likely be using a phone with Ubuntu Touch on it as my daily driver if it wasn’t for the fact that the cellular carriers force me to have VoLTE support for calls, which is kind of the point for a phone! And guess the one thing Ubuntu Touch doesn’t have support for!

permalink
report
parent
reply
19 points

This is just Google’s clever way of not removing the sideloading feature from their OS.

They let app developers to prevent users from using sideloaded app.

This way they can avoid antitrust lawsuits.

permalink
report
parent
reply
2 points

I have high hopes for apps like lucky patcher and Revanced manager to help us avoid this bullshit

permalink
report
parent
reply
9 points

It’s the apps that prevent themselves being sideloaded. Presumably, their devs will enact similar policy on EU iOS too.

permalink
report
parent
reply
5 points

Fuck me, it’s like a butterfly effect, every mother fucker now will follow suit.

permalink
report
parent
reply

Technology

!technology@lemmy.world

Create post

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


Community stats

  • 16K

    Monthly active users

  • 13K

    Posts

  • 590K

    Comments