this post was submitted on 08 May 2024
794 points (98.1% liked)

linuxmemes

20835 readers
1241 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

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

Unless you want to install older apps on modern Android. Then you need ADB.

adb install --bypass-low-target-sdk-block app_filename.apk
[–] RustyNova 4 points 4 months ago

Uh. Didn't knew that.

[–] [email protected] 3 points 4 months ago (1 children)

But that only applies to apps that have a lower target than Android 6, right?

[–] [email protected] 7 points 4 months ago (1 children)

Yes, but it could have been solved with a warning.

Instead I believe it just says that the app is "Incompatible".

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

Once there are some fundamental changes in the Android framework, these old apps will actually become incompatible. So Google wants to prepare their users for that scenario, and force devs to update their apps.

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

I saved this comment when I read it, not remembering the last time I would've needed it. Two days later and I had to use it, thanks!!