-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android 15 support #21
Comments
This is also present in the crDroid 11 beta (also based on Android 15). |
This is a compatibility shim for the original android push messaging service, "Cloud to Device Messaging", otherwise known as C2DM. Given that Google says that service was deprecated in 2012 and permanently shutdown in 2015, I have no idea why anyone should care about it any more since the communications to make it work probably don't go anywhere at this point. https://developers.google.com/android/c2dm However: given that it's called a proxy, it may proxy attempts to use C2DM from ancient (probably pre-2012) apps and redirects them to Firebase Cloud Messaging? (FCM) If that's the case, then it's a matter of how many people care about apps that old trying to use push notifications. That doesn't sound like a significantly-sized ecosystem either. |
this one works on android 15 |
Doesn't hurt to have an A15 "compatible" one if it's just a matter of changing a couple of strings in the manifest I suppose. But I'd be quite surprised if there were even 3 people in the entire world that would actually be impacted by that besides the error message that Google added to A13/14 and now apparently hard block on A15 for apps targeting those ancient API levels. |
when trying to install microg gsf on lineage os android 15 it says app not compatible
The text was updated successfully, but these errors were encountered: