From 2f24907bdaebaea489c31b28bcfdc0a17e82cdc8 Mon Sep 17 00:00:00 2001 From: Izzy Date: Mon, 29 Nov 2021 19:26:34 +0100 Subject: [PATCH] initial fastlane structures --- fastlane/metadata/android/en-US/full_description.txt | 8 ++++++++ fastlane/metadata/android/en-US/short_description.txt | 1 + 2 files changed, 9 insertions(+) create mode 100644 fastlane/metadata/android/en-US/full_description.txt create mode 100644 fastlane/metadata/android/en-US/short_description.txt diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..03df65d --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,8 @@ +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 (client side). Among other things, signature spoofing is used to achieve this goal. In comparison, this app only aims 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). + +
So what do I have to install? +Currently there are two versions of this app named "basic" and "photos". "Basic" (this app here) includes everything you need to get Gcam running but the button showing the last photo in full size will not work. The "photos" version has all features from "basic" and adds support for this button but you cannot have the Google Photos app installed for technical reasons. +In short: if you have Google Photos installed go with "basic" else install the "photos" version. diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..24080a7 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +fake only the absolute necessary Apis to use Gcam without Play Services \ No newline at end of file