No description
Find a file
dependabot[bot] d09ba0cf01
Bump kotlin_version from 1.5.10 to 1.5.20
Bumps `kotlin_version` from 1.5.10 to 1.5.20.

Updates `kotlin-gradle-plugin` from 1.5.10 to 1.5.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.10...v1.5.20)

Updates `kotlin-stdlib-jdk8` from 1.5.10 to 1.5.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.10...v1.5.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 05:02:11 +00:00
.github Update issue templates 2020-11-06 18:53:00 +01:00
app Remove app ID from build.gradle 2021-05-04 20:51:10 +03:00
gradle/wrapper Update gradle 2021-05-25 17:53:08 +02:00
.gitignore Initial commit 2020-04-25 20:35:34 +02:00
Android.bp Add Android.bp 2021-05-08 15:17:05 +03:00
build.gradle Bump kotlin_version from 1.5.10 to 1.5.20 2021-06-28 05:02:11 +00:00
gradle.properties Android Project Import 2020-04-25 20:48:57 +02:00
gradlew Make gradlew executable 2020-08-14 14:25:13 +02:00
gradlew.bat Android Project Import 2020-04-25 20:48:57 +02:00
LICENSE Initial commit 2020-04-25 20:35:34 +02:00
README.md Update README.md 2021-04-06 18:34:50 +02:00
settings.gradle Android Project Import 2020-04-25 20:48:57 +02:00

Gcam Services Provider

continuous License: MIT

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).

What is the difference between this app and microG?

microG is a open source re-implementation of the Google Play Services. Among other things, 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).

How to install this app

If you can, the recommended way is to build the app from source. After all, software is usually a matter of trust. Alternatively you can find an apk for sideloading under releases.

Compatibility

Google camera version Requirements Relevant issues
7.4
7.5 --force-queryable #6
>=7.6 Compatible Android OS or modded Gcam #22