<?xml version="1.0" encoding="utf-8"?>

<!-- These are configurations that should exist on Google's 2018 and newer Pixel devices. -->
<config>
    <!-- Allow Pixel modem service in background -->
    <allow-in-power-save package="com.google.modemservice" />

    <!-- Allow PixelLogger LoggingService to run in background -->
    <allow-in-power-save package="com.android.pixellogger" />

    <!-- Allow Pixel Logger to take bug report. -->
    <bugreport-whitelisted package="com.android.pixellogger" />

    <!-- Allow Flipendo in power save. Will be present on pre-2020 devices for dogfooding. -->
    <allow-in-power-save-except-idle package="com.google.android.flipendo" />

    <!-- The odad package can only bind to the AI services open-source network component. -->
    <allow-association target="com.google.android.odad" allowed="com.google.android.as.oss" />

    <!-- Specify the explicit set of other applications that the odad package are allowed to
         interact with, including the providers that back the implementation of the APIs
         provided by the package. -->
    <allow-association target="com.google.android.odad" allowed="com.android.providers.telephony" />

    <!-- This is meant to be the canonical feature identifying 2018 and newer Pixel devices. -->
    <feature name="com.google.android.feature.PIXEL_2018_EXPERIENCE" />
</config>
