microg-installer/system/etc/sysconfig/org.microG.xml

46 lines
2.4 KiB
XML
Raw Normal View History

2025-11-15 11:15:48 +01:00
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- Adapted from OpenGapps -->
<config>
<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" />
<allow-in-power-save-except-idle package="com.google.android.apps.turbo" />
<allow-implicit-broadcast action="com.google.android.checkin.CHECKIN_COMPLETE" />
<allow-implicit-broadcast action="com.google.gservices.intent.action.GSERVICES_CHANGED" />
<allow-implicit-broadcast action="com.google.gservices.intent.action.GSERVICES_OVERRIDE" />
<allow-implicit-broadcast action="com.google.android.c2dm.intent.RECEIVE" />
<allow-in-power-save package="com.google.android.volta" />
<allow-in-power-save package="com.google.android.ims" />
<allow-in-power-save-except-idle package="com.android.vending" />
<allow-in-data-usage-save package="com.google.android.ims" />
<app-link package="com.android.vending" />
<system-user-whitelisted-app package="com.android.vending" />
<system-user-whitelisted-app package="com.google.android.gms" />
<system-user-blacklisted-app package="com.google.android.googlequicksearchbox" />
<!-- microG UnifiedNlp backends -->
<allow-unthrottled-location package="org.microg.nlp.backend.apple" />
<allow-unthrottled-location package="org.microg.nlp.backend.ichnaea" />
<allow-unthrottled-location package="org.microg.nlp.backend.nominatim" />
<allow-unthrottled-location package="org.radiocells.unifiedNlp" />
<allow-unthrottled-location package="org.fitchfamily.android.wifi_backend" />
<allow-unthrottled-location package="org.fitchfamily.android.gsmlocation" />
<allow-unthrottled-location package="org.fitchfamily.android.dejavu" />
</config>