Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5efa4cb3 authored by Danny Baumann's avatar Danny Baumann Committed by Michael Bestas
Browse files

Add email app to device idle whitelist.

It needs permanent network access for IMAP IDLE.

Change-Id: I460f389253fd5d4bbcfeb4ea6b7449f19a6b7abd
parent a07a9759
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -42,9 +42,10 @@ PRODUCT_COPY_FILES += \
    vendor/cm/prebuilt/common/bin/50-cm.sh:system/addon.d/50-cm.sh \
    vendor/cm/prebuilt/common/bin/blacklist:system/addon.d/blacklist

# Backup Services whitelist
# System feature whitelists
PRODUCT_COPY_FILES += \
    vendor/cm/config/permissions/backup.xml:system/etc/sysconfig/backup.xml
    vendor/cm/config/permissions/backup.xml:system/etc/sysconfig/backup.xml \
    vendor/cm/config/permissions/power-whitelist.xml:system/etc/sysconfig/power-whitelist.xml

# Signature compatibility validation
PRODUCT_COPY_FILES += \
+19 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017 The LineageOS 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.
-->
<config>
    <!-- Email app must always have network access for IMAP IDLE. -->
    <allow-in-power-save package="com.android.email" />
</config>