overlay: Update configs from pixel

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Pranav Vashi 2022-04-03 16:53:46 +05:30
parent 568ab82f74
commit 5857d3913d
5 changed files with 91 additions and 0 deletions

View File

@ -417,4 +417,32 @@
<!-- List of comma separated package names for which we the system will not show crash, ANR, <!-- List of comma separated package names for which we the system will not show crash, ANR,
etc. dialogs. --> etc. dialogs. -->
<string translatable="false" name="config_appsNotReportingCrashes">com.android.statementservice</string> <string translatable="false" name="config_appsNotReportingCrashes">com.android.statementservice</string>
<!-- List containing the allowed install sources for accessibility service. -->
<string-array name="config_accessibility_allowed_install_source" translatable="false">
<item>com.android.vending</item>
</string-array >
<!-- A list of packages managing companion device(s) by the same manufacturers as the main
device. It will fall back to showing a prompt if the association has been called multiple
times in a short period.
Note that config_companionDeviceManagerPackage and config_companionDeviceCerts are
parallel arrays.
-->
<string-array name="config_companionDevicePackages" translatable="false">
<item>com.google.android.apps.wear.companion</item>
<item>com.google.android.apps.wear.companion</item>
</string-array>
<!-- A list of SHA256 Certificates managing companion device(s) by the same manufacturers as
the main device. It will fall back to showing a prompt if the association has been called
multiple times in a short period.
Note that config_companionDeviceCerts and config_companionDeviceManagerPackage are parallel
arrays.
Example: "1A:2B:3C:4D"
-->
<string-array name="config_companionDeviceCerts" translatable="false">
<item>92:3F:B8:D6:48:71:01:14:8D:8D:C0:F7:90:11:5D:BA:34:CF:0E:A3:AA:5D:3B:B0:74:D2:D9:73:58:8C:39:3A</item>
<item>48:ED:00:58:D1:B6:63:8E:39:A6:E4:C2:DF:1C:4D:5F:DF:59:3F:69:6B:F3:1B:09:A8:8F:93:14:1E:AF:60:0F</item>
</string-array>
</resources> </resources>

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2020 The Android Open Source 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.
-->
<resources>
<!--
A collection of apps that have been pre-approved for cross-profile communication.
These will not require admin consent, but will still require user consent during provisioning.
-->
<string-array translatable="false" name="vendor_cross_profile_apps">
<item>com.google.android.googlequicksearchbox</item>
<item>com.google.android.inputmethod.latin</item>
<item>com.google.android.projection.gearhead</item>
<item>com.google.android.inputmethod.latin.dev</item>
<item>com.google.android.inputmethod.latin.canary</item>
</string-array>
</resources>

View File

@ -34,5 +34,20 @@
<item>com.android.messaging</item> <!-- AOSP messaging --> <item>com.android.messaging</item> <!-- AOSP messaging -->
<item>com.google.android.setupwizard</item> <!-- Google SetupWizard --> <item>com.google.android.setupwizard</item> <!-- Google SetupWizard -->
<item>org.lineageos.setupwizard</item> <!-- LineageOS SetupWizard --> <item>org.lineageos.setupwizard</item> <!-- LineageOS SetupWizard -->
<item>com.google.android.contacts</item>
<item>com.google.android.apps.wellbeing</item>
<item>com.google.android.GoogleCamera</item>
<item>com.google.android.apps.nexuslauncher</item>
<item>com.google.android.settings.intelligence</item>
<item>com.android.settings.intelligence</item>
<item>com.google.android.documentsui</item>
<item>com.google.android.apps.nbu.files</item>
<item>com.google.android.apps.tips</item>
<item>com.google.android.apps.assistant</item>
<item>com.google.android.apps.searchlite</item>
<item>com.google.android.cellbroadcastreceiver</item>
<item>com.google.android.projection.gearhead</item>
<item>com.google.android.apps.accessibility.voiceaccess</item>
<item>com.google.android.apps.tycho</item>
</string-array> </string-array>
</resources> </resources>

View File

@ -25,5 +25,20 @@
<item>com.google.android.gms</item> <!-- Required by Play --> <item>com.google.android.gms</item> <!-- Required by Play -->
<item>com.google.android.contacts</item> <!-- Google Contacts --> <item>com.google.android.contacts</item> <!-- Google Contacts -->
<item>com.android.contacts</item> <!-- AOSP Contacts --> <item>com.android.contacts</item> <!-- AOSP Contacts -->
<item>com.google.android.apps.wellbeing</item>
<item>com.google.android.googlequicksearchbox</item>
<item>com.google.android.apps.assistant</item>
<item>com.google.android.apps.searchlite</item>
<item>com.google.android.documentsui</item>
<item>com.google.android.apps.nbu.files</item>
<item>com.google.android.projection.gearhead</item>
<item>com.google.android.apps.accessibility.voiceaccess</item>
<item>com.google.android.apps.internal.betterbug</item>
<item>com.google.android.apps.internal.nexusuploader</item>
<item>com.google.android.netgrapher</item>
<item>com.android.ramdump</item>
<item>com.google.android.volta</item>
<item>com.google.android.as</item>
<item>com.google.mds</item>
</string-array> </string-array>
</resources> </resources>

View File

@ -32,5 +32,9 @@
<item>com.android.dialer</item> <!-- AOSP dialer --> <item>com.android.dialer</item> <!-- AOSP dialer -->
<item>com.google.android.apps.messaging</item> <!-- Google messaging to enable text messaging --> <item>com.google.android.apps.messaging</item> <!-- Google messaging to enable text messaging -->
<item>com.android.messaging</item> <!-- AOSP messaging --> <item>com.android.messaging</item> <!-- AOSP messaging -->
<item>com.google.android.apps.wellbeing</item>
<item>com.google.android.documentsui</item>
<item>com.google.android.apps.nbu.files</item>
<item>com.google.android.apps.accessibility.voiceaccess</item>
</string-array> </string-array>
</resources> </resources>