efda55feeb
- Move all app subdirectories under apps/ for cleaner layout - Remove GitHub Actions workflows (self-hosted on Gitea) - GsfProxy: add LOCAL_DEX_PREOPT := false and LOCAL_REPLACE_PREBUILT_APK_INSTALLED to prevent signature stripping during deodexing (see lineageos4microg issue re GsfProxy) - FDroid, FDroidPrivilegedExtension: add LOCAL_DEX_PREOPT := false - FakeStore: add LOCAL_DEX_PREOPT := false (already had PRESIGNED) - GmsCore: remove duplicate LOCAL_PRODUCT_MODULE (was set twice)
12 lines
410 B
XML
12 lines
410 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2017-2018 ale5000
|
|
SPDX-License-Identifer: GPL-3.0-or-later
|
|
-->
|
|
|
|
<config>
|
|
<!-- microG GmsCore must always have network access for GCM. -->
|
|
<allow-in-power-save package="com.google.android.gms" />
|
|
<allow-in-data-usage-save package="com.google.android.gms" />
|
|
<allow-unthrottled-location package="com.google.android.gms" />
|
|
</config>
|