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