Open Vavun opened 14 hours ago
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)
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.
org.microg.gms
com.google.android.gms
Improving this situation in already in my ToDO list.
Hi
When trying to install a user build of microG on device with google services installed I got this
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)