mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-09 17:02:47 -04:00
move to proprietary
This commit is contained in:
parent
aa6772b176
commit
c0b61d9a22
1694 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,103 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2017 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.
|
||||
-->
|
||||
|
||||
<!-- These are configurations that must exist on all Android devices. -->
|
||||
<config>
|
||||
|
||||
<!-- Broadcast actions that are currently exempted from O+ background
|
||||
delivery restrictions. -->
|
||||
<allow-implicit-broadcast action="android.intent.action.SIM_STATE_CHANGED" />
|
||||
<allow-implicit-broadcast action="android.intent.action.PACKAGE_CHANGED" />
|
||||
<allow-implicit-broadcast action="android.intent.action.MEDIA_SCANNER_SCAN_FILE" />
|
||||
<allow-implicit-broadcast action="com.samsung.android.net.wifi.SHOW_INFO_MESSAGE" />
|
||||
<allow-implicit-broadcast action="com.samsung.android.net.wifi.SHOW_SCC_DIALOG" />
|
||||
<allow-implicit-broadcast action="com.sec.android.intent.action.REQUEST_BACKUP_WIFIWPACONF" />
|
||||
<allow-implicit-broadcast action="com.sec.android.intent.action.RESPONSE_BACKUP_WIFIWPACONF" />
|
||||
<allow-implicit-broadcast action="com.sec.android.intent.action.REQUEST_RESTORE_WIFIWPACONF" />
|
||||
<allow-implicit-broadcast action="com.sec.android.intent.action.RESPONSE_RESTORE_WIFIWPACONF" />
|
||||
<allow-implicit-broadcast action="com.kt.wifiapi.OEMExtension.NOTIFICATION" />
|
||||
<allow-implicit-broadcast action="com.samsung.account.SAMSUNGACCOUNT_SIGNIN_COMPLETED" />
|
||||
<allow-implicit-broadcast action="com.samsung.account.SAMSUNGACCOUNT_SIGNOUT_COMPLETED" />
|
||||
<allow-implicit-broadcast action="com.samsung.account.SAMSUNGACCOUNT_RESIGNIN_COMPLETED" />
|
||||
<allow-implicit-broadcast action="com.samsung.account.SAMSUNGACCOUNT_RESIGNIN_VIEW" />
|
||||
<allow-implicit-broadcast action="com.samsung.account.SAMSUNGACCOUNT_PROFILE_SETUP_COMPLETED" />
|
||||
<allow-implicit-broadcast action="com.samsung.account.SIGNIN_CLICK_SAMSUNGACCOUNT" />
|
||||
<allow-implicit-broadcast action="com.samsung.account.REGISTRATION_COMPLETED" />
|
||||
<allow-implicit-broadcast action="com.samsung.account.REMOVE_SAMSUNGACCOUNT" />
|
||||
<allow-implicit-broadcast action="com.osp.app.signin.action.EMAIL_VALIDATION_COMPLETED" />
|
||||
<allow-implicit-broadcast action="osp.signin.SAMSUNG_ACCOUNT_SIGNOUT" />
|
||||
<!-- temporally added during Dream O Dev for SamsungPay team request -->
|
||||
<allow-implicit-broadcast action="com.samsung.account.SA_CUSTOMIZED_SERVICE_COLLECTION" />
|
||||
<allow-implicit-broadcast action="com.samsung.provider.Telephony.WAP_PUSH_DM_NOTI_RECEIVED" />
|
||||
<allow-implicit-broadcast action="com.samsung.intent.action.CUSTOMER_TEST_REQUEST" />
|
||||
<allow-implicit-broadcast action="com.samsung.intent.action.CUSTOMER_TEST_RESPONSE" />
|
||||
|
||||
<allow-implicit-broadcast action="com.sec.enterprise.knox.intent.action.ENROLL" />
|
||||
<allow-implicit-broadcast action="com.sec.enterprise.knox.intent.action.UNENROLL" />
|
||||
|
||||
<!-- discussed with Google on b/66965143 -->
|
||||
<allow-implicit-broadcast action="android.app.action.SYSTEM_UPDATE_POLICY_CHANGED" />
|
||||
|
||||
<!-- Blue light filter service -->
|
||||
<allow-implicit-broadcast action="com.samsung.intent.action.EMERGENCY_STATE_CHANGED" />
|
||||
<allow-implicit-broadcast action="android.location.PROVIDERS_CHANGED" />
|
||||
<allow-implicit-broadcast action="com.samsung.intent.action.NITZ_SET_TIME" />
|
||||
|
||||
<!-- ATT BCS OP -->
|
||||
<allow-implicit-broadcast action="com.samsung.intent.action.BCS_REQUEST" />
|
||||
|
||||
<!-- Whitelist of what components are permitted as backup data transports. The
|
||||
'service' attribute here is a flattened ComponentName string. -->
|
||||
<backup-transport-whitelisted-service
|
||||
service="android/com.android.internal.backup.LocalTransportService" />
|
||||
<backup-transport-whitelisted-service
|
||||
service="com.samsung.android.service.peoplestripe/com.samsung.android.service.peoplestripe.PeopleStripeService" />
|
||||
<backup-transport-whitelisted-service
|
||||
service="com.samsung.android.service.peoplestripe/com.samsung.android.service.peoplestripePeopleNotiListenerService" />
|
||||
<backup-transport-whitelisted-service
|
||||
service="com.samsung.android.service.peoplestripe.PeopleStripeService/com.samsung.android.service.peoplestripe.people.edgepanel.PeopleHelpRemoteAdapter"/>
|
||||
<backup-transport-whitelisted-service
|
||||
service="com.samsung.knox.securefolder/com.samsung.knox.securefolder" />
|
||||
<backup-transport-whitelisted-service
|
||||
service="com.sec.android.easyMover/com.sec.android.easyMover" />
|
||||
|
||||
<!-- start White list:CONNECTIVITY_CHANGE for Verizon broadcast -->
|
||||
<allow-implicit-broadcast action="com.verizon.net.CONNECTIVITY_CHANGE" />
|
||||
<!-- End White list for Verizon broadcast -->
|
||||
|
||||
|
||||
<!-- start White list:CONNECTIVITY_CHANGE for Verizon broadcast -->
|
||||
<allow-implicit-broadcast action="com.verizon.net.CONNECTIVITY_CHANGE" />
|
||||
<allow-implicit-broadcast action="com.verizon.provider.Settings.PHONE_STATE_MODIFY" />
|
||||
<allow-implicit-broadcast action="com.verizon.net.IMS_REGISTRATION" />
|
||||
<allow-implicit-broadcast action="com.verizon.provider.ACTION_SETTING_CHANGED" />
|
||||
<!-- End White list for Verizon broadcast -->
|
||||
|
||||
<!-- FMM Lock, Unlock Intent -->
|
||||
<allow-implicit-broadcast action="com.samsung.internal.policy.impl.Keyguard.PCW_LOCKED" />
|
||||
<allow-implicit-broadcast action="com.samsung.internal.policy.impl.Keyguard.PCW_UNLOCKED" />
|
||||
<!-- FMM Lock, Unlock Intent -->
|
||||
|
||||
|
||||
<!-- Bluetooth Backup & Restore broadcast -->
|
||||
<allow-implicit-broadcast action="com.samsung.android.intent.action.REQUEST_BACKUP_BLUETOOTH" />
|
||||
<allow-implicit-broadcast action="com.samsung.android.intent.action.REQUEST_RESTORE_BLUETOOTH" />
|
||||
<allow-implicit-broadcast action="com.samsung.android.intent.action.RESPONSE_BACKUP_BLUETOOTH" />
|
||||
<allow-implicit-broadcast action="com.samsung.android.intent.action.RESPONSE_RESTORE_BLUETOOTH" />
|
||||
|
||||
<!-- Samsung Members broadcast -->
|
||||
<allow-implicit-broadcast action="com.samsung.android.voc.action.SYSTEM_ERROR" />
|
||||
</config>
|
91
universal7570-common/proprietary/etc/sysconfig/google.xml
Normal file
91
universal7570-common/proprietary/etc/sysconfig/google.xml
Normal file
|
@ -0,0 +1,91 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2014 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.
|
||||
-->
|
||||
|
||||
<!-- These are configurations that must exist on all GMS devices. -->
|
||||
<config>
|
||||
<!-- These are the standard packages that are white-listed to always have internet
|
||||
access while in power save mode, even if they aren't in the foreground. -->
|
||||
|
||||
<!-- GmsCore must always have network access for GCM and other things. -->
|
||||
<!-- <allow-in-power-save package="com.google.android.gms" /> -->
|
||||
<allow-in-data-usage-save package="com.google.android.gms" />
|
||||
<allow-unthrottled-location package="com.google.android.gms" />
|
||||
|
||||
<!-- OobConfig must always have network access to fetch enterprise and carrier lock config. -->
|
||||
<allow-in-power-save-except-idle package="com.google.android.apps.work.oobconfig" />
|
||||
<allow-in-data-usage-save package="com.google.android.apps.work.oobconfig" />
|
||||
|
||||
<!-- Certain broadcasts must still go to legacy implicit receivers -->
|
||||
<allow-implicit-broadcast action="com.google.android.checkin.CHECKIN_COMPLETE" />
|
||||
<allow-implicit-broadcast action="com.google.gservices.intent.action.GSERVICES_CHANGED" />
|
||||
<allow-implicit-broadcast action="com.google.gservices.intent.action.GSERVICES_OVERRIDE" />
|
||||
<allow-implicit-broadcast action="com.google.android.c2dm.intent.RECEIVE" />
|
||||
<!-- TODO: This is a temporary workaround for allowing GmsCore to receive this broadcast.
|
||||
This can be removed once OneTimeInitializer functionality is moved to GmsCore. -->
|
||||
<allow-implicit-broadcast action="com.google.android.onetimeinitializer.ONE_TIME_INITIALIZED" />
|
||||
|
||||
<!-- Play Store likewise must have network access to support other applications. -->
|
||||
<allow-in-power-save-except-idle package="com.android.vending" />
|
||||
|
||||
<!-- If the volta app is pre-installed (for monitoring power use), let it do checkins. -->
|
||||
<allow-in-power-save package="com.google.android.volta" />
|
||||
|
||||
<!-- If CarrierServices is installed, it must always have network access to
|
||||
reliably receive IMS messages. -->
|
||||
<allow-in-power-save package="com.google.android.ims" />
|
||||
<allow-in-data-usage-save package="com.google.android.ims" />
|
||||
|
||||
<!-- These Google applications all handle URLs to their websites by default -->
|
||||
|
||||
<!-- Apps below are required on all GMS devices -->
|
||||
<app-link package="com.android.vending" />
|
||||
<app-link package="com.google.android.apps.maps" />
|
||||
<app-link package="com.google.android.youtube" />
|
||||
<app-link package="com.google.android.apps.docs" />
|
||||
<app-link package="com.google.android.talk" />
|
||||
<app-link package="com.google.android.apps.photos" />
|
||||
<app-link package="com.google.android.music" />
|
||||
|
||||
<!-- Apps below are optional on GMS devices -->
|
||||
<app-link package="com.google.android.apps.tycho" />
|
||||
<app-link package="com.google.android.apps.plus" />
|
||||
<app-link package="com.google.android.apps.docs.editors.sheets" />
|
||||
<app-link package="com.google.android.apps.docs.editors.slides" />
|
||||
<app-link package="com.google.android.apps.docs.editors.docs" />
|
||||
<app-link package="com.google.android.talk" />
|
||||
<app-link package="com.google.android.videos" />
|
||||
<app-link package="com.google.android.calendar" />
|
||||
|
||||
<!-- These are the packages that are white-listed to be able to run as system user -->
|
||||
<system-user-whitelisted-app package="com.android.vending" />
|
||||
<system-user-whitelisted-app package="com.google.android.gms" />
|
||||
<system-user-whitelisted-app package="com.google.android.gms.policy_auth" />
|
||||
<system-user-whitelisted-app package="com.google.android.play.games" />
|
||||
<system-user-whitelisted-app package="com.google.android.tts" />
|
||||
|
||||
<!-- These are the packages that are uninstalled for system user -->
|
||||
<!-- Apps below are required on all GMS devices -->
|
||||
<system-user-blacklisted-app package="com.google.android.googlequicksearchbox" />
|
||||
<!-- Apps below are optional on GMS devices -->
|
||||
<system-user-blacklisted-app package="com.google.android.launcher" />
|
||||
|
||||
<!-- Whitelist of what components are permitted as backup data transports. The
|
||||
'service' attribute here is a flattened ComponentName string. -->
|
||||
<backup-transport-whitelisted-service
|
||||
service="com.google.android.gms/.backup.BackupTransportService" />
|
||||
<backup-transport-whitelisted-service
|
||||
service="com.google.android.gms/.backup.component.D2dTransportService" />
|
||||
</config>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config>
|
||||
<!-- These are the standard packages that are white-listed to always have internet access while in power save mode, even if they aren't in the foreground. -->
|
||||
<!-- Samsung Account client must always have network access for provide service to Samsung applications. -->
|
||||
|
||||
<allow-in-power-save package="com.osp.app.signin" />
|
||||
<allow-in-power-save-except-idle package="com.osp.app.signin" />
|
||||
</config>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config>
|
||||
<!-- These are the standard packages that are white-listed to always have internet access while in power save mode, even if they aren't in the foreground. -->
|
||||
<!-- Samsung AuthFramework must always have network access for providing client applications with services. -->
|
||||
|
||||
<allow-in-power-save package="com.samsung.android.authfw" />
|
||||
</config>
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config>
|
||||
<!-- These are the standard packages that are white-listed to always have internet access while in power save mode, even if they aren't in the foreground. -->
|
||||
<!-- Samsung Account client must always have network access for provide service to Samsung applications. -->
|
||||
|
||||
<allow-in-power-save package="com.samsung.android.mobileservice" />
|
||||
<allow-in-power-save-except-idle package="com.samsung.android.mobileservice" />
|
||||
<allow-in-data-usage-save package="com.samsung.android.mobileservice" />
|
||||
</config>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config>
|
||||
<!-- These are the standard packages that are white-listed to always have internet access while in power save mode, even if they aren't in the foreground. -->
|
||||
<!-- Samsung FIDO UAF ASM must always have network access for providing client applications with services. -->
|
||||
|
||||
<allow-in-power-save package="com.sec.android.fido.uaf.asm" />
|
||||
</config>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config>
|
||||
<!-- These are the standard packages that are white-listed to always have internet access while in power save mode, even if they aren't in the foreground. -->
|
||||
<!-- Samsung FIDO UAF Client must always have network access for providing client applications with services. -->
|
||||
|
||||
<allow-in-power-save package="com.sec.android.fido.uaf.client" />
|
||||
</config>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config>
|
||||
<!-- These are the standard packages that are white-listed to always have internet access while in power save mode, even if they aren't in the foreground. -->
|
||||
<!-- Samsung Pass Application must always have network access for providing services. -->
|
||||
<allow-in-power-save package="com.samsung.android.samsungpass" />
|
||||
<allow-in-power-save-except-idle package="com.samsung.android.samsungpass" />
|
||||
</config>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config>
|
||||
<!-- These are the standard packages that are white-listed to always have internet access while in power save mode, even if they aren't in the foreground. -->
|
||||
<!-- Samsung Push Service must always have network access for provide real-time push service to other Samsung Services -->
|
||||
<allow-in-power-save package="com.sec.spp.push" />
|
||||
<allow-in-power-save-except-idle package="com.sec.spp.push" />
|
||||
</config>
|
Loading…
Add table
Add a link
Reference in a new issue