add file
This commit is contained in:
parent
40f7b2666e
commit
f44f4f2077
0
install.sh
Normal file
0
install.sh
Normal file
62
nexus.xml
Executable file
62
nexus.xml
Executable file
@ -0,0 +1,62 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<!-- These are configurations that should exist on Google's 2016 and newer Nexus devices. -->
|
||||||
|
<config>
|
||||||
|
<!-- This is meant to be the canonical feature identifying 2016 and newer Nexus devices. -->
|
||||||
|
<feature name="com.google.android.feature.PIXEL_EXPERIENCE" />
|
||||||
|
|
||||||
|
<!-- Both versions of this string are needed due to a miscommunication. b/29978934 -->
|
||||||
|
<feature name="com.google.android.apps.photos.NEXUS_PRELOAD" />
|
||||||
|
<feature name="com.google.android.apps.photos.nexus_preload" />
|
||||||
|
|
||||||
|
<!-- The feature identifying devices which are able to use the Turbo app -->
|
||||||
|
<feature name="com.google.android.feature.TURBO_PRELOAD" />
|
||||||
|
|
||||||
|
<!-- The feature identifying devices which are able to use the Android Wellbeing app. -->
|
||||||
|
<feature name="com.google.android.feature.WELLBEING" />
|
||||||
|
|
||||||
|
<!-- Enable Zero Touch Provisioning support for 2016 and newer Nexus devices. -->
|
||||||
|
<feature name="com.google.android.feature.ZERO_TOUCH" />
|
||||||
|
|
||||||
|
<!-- Allow WfcActivation app scheduled jobs to run when app in background. -->
|
||||||
|
<allow-in-power-save-except-idle package="com.google.android.wfcactivation" />
|
||||||
|
|
||||||
|
<!-- Allow ssr detector service in background -->
|
||||||
|
<allow-in-power-save package="com.google.SSRestartDetector" />
|
||||||
|
|
||||||
|
<!-- Allow connectivitymonitor service in background -->
|
||||||
|
<allow-in-power-save package="com.google.android.connectivitymonitor" />
|
||||||
|
|
||||||
|
<!-- Allow ramdump uploader service in background -->
|
||||||
|
<allow-in-power-save package="com.android.ramdump" />
|
||||||
|
|
||||||
|
<!-- Whitelist log pkg so JobIntentService can work. b/71630894 -->
|
||||||
|
<allow-in-power-save-except-idle package="com.google.android.apps.carrier.log" />
|
||||||
|
|
||||||
|
<!-- Whitelist so headless app JobIntentService can work. b/73250911 -->
|
||||||
|
<allow-in-power-save-except-idle package="com.google.android.carrier" />
|
||||||
|
|
||||||
|
<!-- These are telephony components that need to run in the background -->
|
||||||
|
<allow-in-power-save package="com.qualcomm.atfwd" />
|
||||||
|
<allow-in-power-save package="com.qualcomm.embms" />
|
||||||
|
<allow-in-power-save package="com.qualcomm.qti.telephonyservice" />
|
||||||
|
<allow-in-power-save package="com.qulacomm.qcrilmsgtunnel" />
|
||||||
|
<allow-in-power-save package="com.qualcomm.qti.ims" />
|
||||||
|
<allow-in-power-save package="com.qualcomm.qti.radioconfiginterface" />
|
||||||
|
|
||||||
|
<!-- Pre-installed carrier apps which should be disabled until a matching SIM is inserted. -->
|
||||||
|
<disabled-until-used-preinstalled-carrier-app package="com.google.android.apps.tycho" />
|
||||||
|
|
||||||
|
<!-- Verizon MVS app: pre-installed and should be disabled until Verizon SIM inserted. -->
|
||||||
|
<disabled-until-used-preinstalled-carrier-app package="com.verizon.mips.services" />
|
||||||
|
|
||||||
|
<!-- Whitelist so the app can run JobIntentService in background. b/77932342 -->
|
||||||
|
<allow-in-power-save-except-idle package="com.google.android.tetheringentitlement" />
|
||||||
|
<!-- Tethering entitlement check app should have Internet access while in data saving mode,
|
||||||
|
even if they're in background. -->
|
||||||
|
<allow-in-data-usage-save package="com.google.android.tetheringentitlement" />
|
||||||
|
|
||||||
|
<!-- Allow eMBMS middleware services to run in the background -->
|
||||||
|
<allow-in-power-save package="com.qualcomm.ltebc_vzw" />
|
||||||
|
<allow-in-power-save package="com.qualcomm.ltebc" />
|
||||||
|
</config>
|
5
system.prop
Executable file
5
system.prop
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
ro.build.fingerprint=google/sailfish/sailfish:10/QP1A.191005.007.A3/5972272:user/release-keys
|
||||||
|
ro.product.brand=google
|
||||||
|
ro.product.name=sailfish
|
||||||
|
ro.product.manufacturer=Google
|
||||||
|
ro.product.model=Pixel
|
Loading…
Reference in New Issue
Block a user