this post was submitted on 21 Aug 2023
64 points (97.1% liked)

Android

16892 readers
341 users here now

The new home of /r/Android on Lemmy and the Fediverse!

Android news, reviews, tips, and discussions about rooting, tutorials, and apps.

🔗Universal Link: [email protected]


💡Content Philosophy:

Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.


Support, technical, or app related questions belong in: [email protected]

For fresh communities, lemmy apps, and instance updates: [email protected]

💬Matrix Chat

💬Telegram channels / chats

📰Our communities below


Rules

  1. Stay on topic: All posts should be related to the Android OS or ecosystem.

  2. No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to [email protected].

  3. Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to [email protected].

  4. No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.

  5. No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.

  6. No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.

  7. No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.

  8. No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.

  9. No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!

  10. No affiliate links: Posting affiliate links is not allowed.

Quick Links

Our Communities

Lemmy App List

Chat and More


founded 1 year ago
MODERATORS
 

When you upload an APK, it must meet Google Play’s target API level requirements.

Starting on August 31, 2023:

  • New apps must target Android 13 (API level 33) or higher; except for Wear OS apps, which must target a version between Android 11 (API level 30) and Android 13 (API level 33), inclusive.

  • App updates must target Android 13 or higher and adjust for behavioral changes in Android 13; except for Wear OS apps, which must target Android 11.

Permanently private apps—which are restricted to users in a specific organization and are intended for internal distribution only—aren't required to meet the target API level requirements.

top 17 comments
sorted by: hot top controversial new old
[–] [email protected] 19 points 10 months ago* (last edited 10 months ago) (1 children)

I have a small app on the play store. It's finished, has a small user base and doesn't really need updates.

But I'll now let google delist it. The API level isn't even the main reason, it's the other X warnings which jumped at me when logging into developer console about new rules and guidelines I need to satisfy. I've had enough of the hamster wheel.

[–] [email protected] 25 points 10 months ago* (last edited 10 months ago) (1 children)

the app won't be delisted. you just won't be able to submit an update unless you up the targetSDK at that moment

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

I think the plan is to have them delisted after a while without updates iirc

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

One of the reason why Termux is no longer updated on the Play Store :(

[–] [email protected] 5 points 10 months ago
[–] [email protected] 5 points 10 months ago (1 children)

Does this mean newly launched apps, new updates to existing apps, or both? As an Android 10 user this news is a little concerning

[–] [email protected] 14 points 10 months ago (1 children)

it's for both

and it doesn't impact you Android 10 device as it's about the minSDK and not the targetSDK (see my other comment )

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

Ahh thanks for the clarification 👌

[–] [email protected] -5 points 10 months ago (2 children)

That's insanse. I'll make phones outdated faster and using an old phone unviable

[–] [email protected] 32 points 10 months ago* (last edited 10 months ago) (3 children)

this is about the targetSDK not the minSDK

minSDK dictates if an app will work on your old device or not. Depending on how you build you app, the minSDK can be 14 (Android 4), 19 (Android 4) or 21 (Android 5). Google Play services do not support Android versions below SDK 19

targetSDK is simply the way for the developer to say "my app works best with this SDK version and I want to use the new features"

As long as your device has an higher version than the app's minSDK the app will work. For example, if the app's minSDK is 26 (Android 8), the app will only run on devices with Android 8 or higher.

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

This also means making your app work with the new features, so e.g. you may need to implement a flow to request certain permissions that you were previously getting automatically.

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

Yes, exactly. That's the point.

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

Oh alright 😅 thanks for clarifying

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

Having often run into problems where apps won’t download with current versions of android, is there a maxSDK too?

[–] [email protected] 3 points 10 months ago* (last edited 10 months ago) (1 children)

maxSDK is targetSDK (but there is no maxSDK per se, in a way to prevent an app to run on the latest android versions)

the dev just need to make sure that the app runs well on the latest version. That's the goal of the Developer Previews each year

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

I get that it’s up to the devs to authorise it. It just seems odd that they seem to require manual review for some apps and others is just a minimum. Perhaps it’s a setting.

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

Maybe that's the point.