Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Support/Help_Articles/Android_App_Support/README.md] Enhance: #407

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Support/Help_Articles/Android_App_Support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Some examples of other app stores:
* [**Amazon**](https://www.amazon.com/gp/mas/get/amazonapp)

### Note regarding the Google Play Store
Sailfish OS does not support the Google Play store, because it relies on Google's proprietary background services only found on Android devices running Google's Android. We always advise against installing Google Services on SailfishOS, as it is known to potentially cause different problems.
Sailfish OS does not support the Google Play Store client app, because it relies on the proprietary Google Play Services, which are preinstalled on Android devices running Google's Android. We strongly advise against installing the Google Play Services on Sailfish OS, as they are known to cause various issues; this also applies to "[Open GApps](https://github.com/opengapps/opengapps/wiki/FAQ#1-what-are-gapps)", because they comprise Google Play Services, Play Store etc. But the Google Play Store can be accessed by the aforementioned Aurora Store app, which does not rely on the Google Play Services.

Applications that report that they require Google Play Services may work entirely or partially regardless of that disclaimer. On the other hand, it may not be possible to install some apps at all.
Applications that report to require Google Play Services may work entirely or partially regardless of such a disclaimer; on the other hand, it may be impossible to install or sucessfully run some Android apps without them. Advanced Sailfish OS users may resort to installing MircoG, an Open Source Software replacement for the Play services, see [this community contributed guide](https://forum.sailfishos.org/t/installing-microg-on-sailfish-os/14375).

## Installing applications from .apk files
Android applications are installed from files with the extension ".apk". Once you point your Sailfish device to such a file, it is possible to install the Android application from this file.
Expand Down
Loading