mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 10:39:24 +01:00
72d97083b3
We use our fingers to interact with the screen on the phone, so we "tap" and don't "click" |
||
---|---|---|
.github/workflows | ||
gradle/wrapper | ||
LICENSES | ||
play-services-api | ||
play-services-base | ||
play-services-base-api | ||
play-services-basement | ||
play-services-cast | ||
play-services-cast-api | ||
play-services-cast-framework-api | ||
play-services-core | ||
play-services-core-proto | ||
play-services-iid-api | ||
play-services-location | ||
play-services-location-api | ||
play-services-tasks | ||
.gitignore | ||
.travis.yml | ||
Android.mk | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
proguard.flags | ||
README.md | ||
settings.gradle |
Vanced MicroG
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
tocom.mgoogle.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