mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-24 12:15:12 +00:00
Mirror of YTVanced/VancedMicroG
f199f902b1
When using GCM on a roaming connection, the heartbeat interval is set to: `networkRoaming * 6000`. It should instead be `networkRoaming * 60000` because we're converting from a number of minutes (stored in the properties) to a number of milliseconds, like it's done for regular mobile and wifi connections. |
||
---|---|---|
.tx | ||
artwork | ||
extern | ||
firebase-dynamic-links-api | ||
gradle/wrapper | ||
LICENSES | ||
patches | ||
play-services | ||
play-services-api | ||
play-services-appinvite-api | ||
play-services-base | ||
play-services-base-api | ||
play-services-base-core | ||
play-services-basement | ||
play-services-cast | ||
play-services-cast-api | ||
play-services-cast-framework-api | ||
play-services-core | ||
play-services-gcm | ||
play-services-iid | ||
play-services-iid-api | ||
play-services-location | ||
play-services-location-api | ||
play-services-location-core | ||
play-services-maps-core-mapbox | ||
play-services-maps-core-vtm | ||
play-services-tasks | ||
play-services-wearable | ||
play-services-wearable-api | ||
.gitignore | ||
.travis.yml | ||
Android.mk | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
LICENSE | ||
proguard.flags | ||
README.md | ||
settings.gradle |
Services Core (GmsCore)
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 for downloads and instructions
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.