this post was submitted on 15 Jul 2024
49 points (98.0% liked)

Android

685 readers
1 users here now

Android news for android developers. Everything that happens in android world.

For Android development specific topics please see /c/android_dev

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License

founded 1 year ago
MODERATORS
 
  • Google will discontinue official support for Android Lollipop OS, which debuted with Nexus 6.
  • Also known as Android 5.0, it was widely popular for introducing Material You to Android devices.
  • The said OS will no longer receive Google Play Updates, citing that less than one percent of active devices are running it.
top 7 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 23 points 1 month ago* (last edited 1 month ago)

This headline is absolutely atrocious. It makes it sound like Android Lollipop itself was still being supported, but that support ended around 7 years ago.

It should be "Google Play services updates for Android Lollipop end"

[โ€“] [email protected] 8 points 1 month ago

Back then it was called "Material Design", and it was glorious ๐Ÿ‘ด๐Ÿ—ฃ๏ธโ˜๏ธ

[โ€“] [email protected] 7 points 1 month ago

Also known as Android 5.0, it was widely popular for introducing Material You to Android devices.

This is incorrect - Android 5 came with Material Design, of which Material You is an evolution (arguably it could also be called Material Design 3). Material You did not exist back then.

[โ€“] [email protected] 6 points 1 month ago (1 children)

less than one percent of active devices are running it.

Are there any other sources for this number? 'Cos most devices i deal with are in the jelly bean - lollipop range.

Even if, a company such as Google could perfectly well keep maintaining older devices, but then they wouldn't be able to sell Pixels and boast how eco-friendly they are.

[โ€“] [email protected] 3 points 1 month ago (1 children)

Yeah but also vulnerabilities in older android remain unpatchable.

EG: Strandhogg 2.0 can't be patched - you just have to set min SDK 28.

[โ€“] [email protected] 2 points 1 month ago (1 children)

I'm sorry, what? Setting min SDK is, itself, a patch. I'm sure Google could backport that patch if they so desired. It's not Spectre, it's a software vulnerability.

There's no technical reason not to provide security backports to software. This is intentional.

[โ€“] [email protected] 2 points 1 month ago

You can't modify activity intent apis on older versions of Android to fix intentjacking is my understanding. It fundamentally breaks the versions.

In theory they could've supported down to sdk26 afaik. Android Sec is ancillary to my main day to day.