14 lines
581 B
XML
14 lines
581 B
XML
<?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 SCONE JobIntentService & Services to run in background -->
|
|
<allow-in-power-save package="com.google.android.apps.scone" />
|
|
|
|
<!-- This is meant to be the canonical feature identifying 2018 and newer Pixel devices. -->
|
|
<feature name="com.google.android.feature.PIXEL_2018_EXPERIENCE" />
|
|
</config>
|