From a2a6c8d56151c2e8267c74226eae0224b2e3de22 Mon Sep 17 00:00:00 2001 From: Venny Date: Fri, 17 Jul 2020 15:55:59 +0200 Subject: [PATCH] Write readme, remove useless services --- README.md | 33 +++---- .../src/main/AndroidManifest.xml | 98 ------------------- 2 files changed, 14 insertions(+), 117 deletions(-) diff --git a/README.md b/README.md index b378765f..25f09532 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,19 @@ -microG Services Core (GmsCore) -======= -[![Build Status](https://travis-ci.org/microg/android_packages_apps_GmsCore.svg?branch=master)](https://travis-ci.org/microg/android_packages_apps_GmsCore) +# Vanced MicroG + +[![Build Status](https://travis-ci.org/YTVanced/VancedMicroG.svg?branch=master)](https://travis-ci.com/github/YTVanced/VancedMicroG) 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. -### Please refer to the [wiki](https://github.com/microg/android_packages_apps_GmsCore/wiki) for downloads and instructions +This fork tweaks MicroG to be usable by applications that require Google authentication such as Youtube Vanced. +## Notable changes -License -------- - Copyright 2013-2019 microG Project Team - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +- No longer a system app +- Package name changed from `com.google.android.gms` to `com.mgoogle.android.gms` to support installation alongside the official MicroG +- Removed unnecessary features: + - Maps & Location + - Wear-Api + - Safetynet + - Games + - Car +- Removed all permissions, as none are required for Google authentication diff --git a/play-services-core/src/main/AndroidManifest.xml b/play-services-core/src/main/AndroidManifest.xml index 91201149..d80ac296 100644 --- a/play-services-core/src/main/AndroidManifest.xml +++ b/play-services-core/src/main/AndroidManifest.xml @@ -197,38 +197,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -295,24 +263,6 @@ android:authorities="com.mgoogle.android.gms.auth.accounts" android:exported="true" /> - - - - - - - - - - - - - - - - @@ -321,12 +271,6 @@ - - - @@ -477,60 +421,18 @@ android:name="com.google.android.gms.gcm.http.GoogleHttpService" android:exported="true" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -