this post was submitted on 26 Jun 2024
60 points (94.1% liked)

Technology

58094 readers
3025 users here now

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 another!
  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

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 42 points 2 months ago (3 children)

They just need a way to let users grant that store the necessary permissions to install and manage apps, which currently requires root

No it doesn't? I'm using fdroid to install and manage apps just fine on an Android device without root access.

[–] [email protected] 16 points 2 months ago (1 children)

It's a relatively new addition to Android that other app managers can install and update apps without user interaction. Before that you'd have to approve every update manually.

[–] [email protected] 24 points 2 months ago (1 children)

I want to approve every update manually.

[–] [email protected] 5 points 2 months ago

I want to approve every update manually.

You can

[–] [email protected] 10 points 2 months ago

It doesn't need it, but it does allow it to be more like the Play Store. No need to download then tap install which pops an Android prompt to allow install/update nor any need to allow from unknown sources in settings.

With the privileged extension it's exactly like the Play Store: you tap install and it downloads, installs and updates the apps in the background for you without any prompts. It's technically possible unrooted with some adb hacks, but the privileged extension is the technically proper way to be a store. Without it, it needs that user interaction with the app install popup window to let it through. That's not F-Droid being nice and confirming, that's enforced by Android.

In the context of the article, allowing the user to allow this for any store app, puts every other store on exactly the same ground as Google. The Play Store is not special in any way other than that it has that special store app permission that can only be granted via an XML file on the system partition.

[–] [email protected] 3 points 2 months ago

Root is usually more for automatic updates and unattended installs. That way it works more like the Play Store.