Base: microG GmsCore is a FLOSS (Free/Libre Open Source Software) framework to allow applications designed for Google Play Services to run on systems, where Play Services is not available.
This fork tweaks MicroG to be usable by applications that require Google authentication such as Youtube Vanced.
Notable changes
● No longer a system app
● Package name changed from com.google.android.gms to app.revanced.android.gms to support installation alongside the official MicroG
● Removed unnecessary features:
Ads
Analytics
Car
Droidguard
Exposure-Notifications
Feedback
Firebase
Games
Maps
Recovery
Registering app permissions
SafetyNet
Self-Check
Search
TapAndPay
Wallet
Wear-Api
● Removed all permissions, as none are required for Google authentication
What's New:
feat: Handle packages not installed when spoofed to them
If a package being spoofed is not installed on the device, GmsCore rejects it. This can only occur when spoofing is present, which means that handling this case should be allowed as a package that does not exist and can only happen when spoofing.