top | item 36517783

(no title)

luca020400 | 2 years ago

Android APIs are stable and an app will keep working until Google decides to bump the min SDK version in Android itself. The APIs a Google app uses are the same as any other app. Unless the app is privileged ( = can use system APIs ) there's no difference in capabilities.

discuss

order

hedora|2 years ago

Yes. That is the problem I am referring to. They can bump the api version, removing the non-privileged APIs the AOSP stuff used, and move the implementation of the new privileged API into a proprietary blob.

This is how location services work. Location has an obvious local-only fallback, but it is broken in practice. I imagine they can break phone calls/sms/rcs equally badly using the same technique.

tentacleuno|2 years ago

Actually there are a few APIs you can't use when the app isn't signed by a system key.

surajrmal|2 years ago

All oems or rom makers are able to make whatever apps they want system apps. So even if this is being done, Google dialer isn't getting access to something others cannot.