Skip to content
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

Can't install org.microg.gms alongside google's com.google.android.gms due to permission conflict #2646

Open
Vavun opened this issue Nov 21, 2024 · 1 comment

Comments

@Vavun
Copy link
Contributor

Vavun commented Nov 21, 2024

Hi

When trying to install a user build of microG on device with google services installed I got this

# pm install /data/local/tmp/org.microg.gms.apk
Failure [INSTALL_FAILED_DUPLICATE_PERMISSION: Package org.microg.gms attempting to redeclare permission com.google.android.gms.nearby.exposurenotification.EXPOSURE_CALLBACK already owned by com.google.android.gms]

I have only one device with google services, so I can't check if this is error on my side or it is a problem that needs to be solved.

Android 13 (CrDroid) + mindthegapps package (recommended by lineageos Devs)

@ale5000-git
Copy link
Member

ale5000-git commented Nov 21, 2024

If I'm not wrong you can re-declare a permission only if the signature is the same, so org.microg.gms and com.google.android.gms must have the same signature.

Improving this situation in already in my ToDO list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants