Update README.md

This commit is contained in:
Lukas Pieper 2020-10-07 19:29:24 +02:00 committed by GitHub
parent 3defe08071
commit b3860e9076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,10 @@
This app "simulates" the Google Play Services that the Google Camera app (Gcam) requires, allowing the camera app to be used on devices without Google Play Services. Note that this app comes without Ui and therefore has no icon in the app drawer. But of course it is listed in the Android settings (e.g. for uninstallation).
#### Compatibility
This app has been extensively tested with Gcam 7.4.x Unfortunately Gcam >7.5.x (SdkVersion 30) is currently not supported, see [issue #6](https://github.com/lukaspieper/Gcam-Services-Provider/issues/6).
#### What is the difference between this app and [microG](https://github.com/microg)?
microG is a open source re-implementation of the Google Play Services. Among other things, [signature spoofing](https://github.com/microg/android_packages_apps_GmsCore/wiki/Signature-Spoofing) is used to achieve this goal. In comparison, this app has only one goal: to get Gcam running without Play Services. Therefore this app does not need any security compromising hacks or permissions (no Internet access, no storage access and of course no root access needed).