Files
vendor_partner_gms/apps/GmsCore/sysconfig-com.google.android.gms.xml
T
oxmc efda55feeb partner_gms: restructure into apps/ subdir, fix Android.mk build flags
- 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)
2026-06-13 03:01:34 -07:00

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>