Kang ale5k and ND for UNLP

pull/2/head
ShaneTheAwesome 5 years ago
parent 6cfe2b98b3
commit 4ff18c7943

@ -1,43 +1,40 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 NoGooLag <!-- Copyright (C) 2017-2018 ale5000
SPDX-License-Identifer: GPL-3.0-or-later
Licensed under the Apache License, Version 2.0 (the "License"); This program is free software: you can redistribute it and/or modify
you may not use this file except in compliance with the License. it under the terms of the GNU General Public License as published by
You may obtain a copy of the License at the Free Software Foundation, either version 3 of the License, or
(at your option) any later version, w/ zip exception.
http://www.apache.org/licenses/LICENSE-2.0 This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Unless required by applicable law or agreed to in writing, software You should have received a copy of the GNU General Public License
distributed under the License is distributed on an "AS IS" BASIS, along with this program. If not, see <https://www.gnu.org/licenses/>.
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.
--> -->
<config> <config>
<!-- These are the standard packages that are white-listed to always have internet <!-- microG GmsCore must always have network access for GCM. -->
access while in power save mode, even if they aren't in the foreground. --> <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" />
<!-- Nominatim NLP Backend must always have network access for GCM and other things. --> <!-- Uncontrolled access to location for backends. -->
<allow-in-power-save package="org.microg.nlp.backend.nominatim" /> <allow-unthrottled-location package="org.openbmap.unifiedNlp" />
<allow-in-data-usage-save package="org.microg.nlp.backend.nominatim" /> <allow-unthrottled-location package="org.fitchfamily.android.wifi_backend" />
<allow-unthrottled-location package="org.fitchfamily.android.gsmlocation" />
<allow-unthrottled-location package="org.microg.nlp.backend.nominatim" /> <allow-unthrottled-location package="org.microg.nlp.backend.nominatim" />
<allow-unthrottled-location package="org.fitchfamily.android.dejavu" />
<allow-unthrottled-location package="org.microg.nlp.backend.ichnaea" />
<allow-unthrottled-location package="org.microg.nlp.backend.apple" />
<!-- These are the packages that are white-listed to be able to run as system user --> <!-- Apps that have ability to run as system user. -->
<system-user-whitelisted-app package="com.google.android.gms" />
<!-- Apple Location Service -->
<system-user-whitelisted-app package="org.microg.nlp.apple.backend" />
<!-- DejaVu Location Service -->
<system-user-whitelisted-app package="org.fitchfamily.android.dejavu" />
<!-- Local GSM NLP Backend -->
<system-user-whitelisted-app package="org.fitchfamily.android.gsmlocation" />
<!-- Local WiFi NLP Backend -->
<system-user-whitelisted-app package="org.fitchfamily.android.wifi_backend" />
<!-- Mozilla Unified NLP Backend -->
<system-user-whitelisted-app package="org.microg.nlp.backend.ichnaea" />
<!-- RadioCells Unified NLP Backend -->
<system-user-whitelisted-app package="org.openbmap.unifiedNlp" />
<!-- Third party apps allowed to access the entire private API -->
<hidden-api-whitelisted-app package="com.google.android.gms" />
</config> </config>

Loading…
Cancel
Save