Conversation

"Google's not a monopoly like apple you can install any store!" Have you tried using Android on a phone without Google Play and the kernel level Google tools? It's impossible to install most apps.
3
6
Replying to
Non Google apps don't work sometimes too. Even signal wont work without the Google kernel stuff. I actually can't use signal on my phone because it doesn't have Google's kernels. A lot of people who "don't use Google on android" are still using them.
2
Signal explicitly chooses to use Play services SDK for certain functionality. It works fine without any form of Google Play being supported by the OS. Android SDK does not include Play services by default. It's their very explicit choice to include those proprietary libraries.
1
2
There's no kernel integration for Play services. It's a set of apps which vendors bundle into the OS and grant extensive privileges via custom SELinux policy, privileged permissions and configuration for the OS setting Play services as a provider for various APIs.
1
2
You have to explicitly choose to include the Play services libraries. They're proprietary libraries, but they don't impose any kind of DRM on the app. There's a Play Store license check API which paid apps can explicitly use. What is describing simply doesn't exist.
1
Show replies