garnet: Initial import
Change-Id: Ib229a3a4d2f8a1e602085fad2b6a757f994cdd99
This commit is contained in:
@@ -0,0 +1,104 @@
|
||||
#
|
||||
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=pineapple
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=kalama
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=taro
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=cliffs
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=crow
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=parrot
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=ravelin
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=yupik
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=volcano
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=pitti
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=cape
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=ukee
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=blair
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=holi
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=diwali
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=Lahaina
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.boot.product.vendor.sku=shima
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.board.platform=bengal
|
||||
enable qccsyshal
|
||||
|
||||
on init && property:ro.board.platform=taro
|
||||
enable qccsyshal
|
||||
|
||||
on post-fs-data
|
||||
mkdir /dev/socket/qcc_app 0770 system misc
|
||||
chmod 2770 /dev/socket/qcc_app
|
||||
mkdir /data/misc/qcc 0770 system misc
|
||||
mkdir /data/misc/qcc/up 0770 system misc
|
||||
mkdir /data/misc/qcc/down 0770 system misc
|
||||
mkdir /data/misc/qcc/conf 0770 system misc
|
||||
mkdir /data/misc/qcc/shared 0770 system misc
|
||||
mkdir /data/misc/qcc/file_agent 0770 system misc
|
||||
chown system misc /data/misc/qcc/file_agent
|
||||
|
||||
on property:vendor.qti.qcc.oper.mode=1
|
||||
write /data/misc/qcc/conf/qcc.conf "OperationMode:1"
|
||||
chown system misc /data/misc/qcc/conf/qcc.conf
|
||||
chmod 0660 /data/misc/qcc/conf/qcc.conf
|
||||
|
||||
on property:vendor.qti.qcc.oper.mode=2
|
||||
write /data/misc/qcc/conf/qcc.conf "OperationMode:2"
|
||||
chown system misc /data/misc/qcc/conf/qcc.conf
|
||||
chmod 0660 /data/misc/qcc/conf/qcc.conf
|
||||
|
||||
on property:vendor.qti.qcc.oper.mode=3
|
||||
write /data/misc/qcc/conf/qcc.conf "OperationMode:3"
|
||||
chown system misc /data/misc/qcc/conf/qcc.conf
|
||||
chmod 0660 /data/misc/qcc/conf/qcc.conf
|
||||
|
||||
on property:vendor.qti.qcc.oper.mode=4
|
||||
write /data/misc/qcc/conf/qcc.conf "OperationMode:4"
|
||||
chown system misc /data/misc/qcc/conf/qcc.conf
|
||||
chmod 0660 /data/misc/qcc/conf/qcc.conf
|
||||
|
||||
on property:vendor.qti.qcc.oper.mode=6
|
||||
write /data/misc/qcc/conf/qcc.conf "OperationMode:6"
|
||||
chown system misc /data/misc/qcc/conf/qcc.conf
|
||||
chmod 0660 /data/misc/qcc/conf/qcc.conf
|
||||
|
||||
service qccsyshal /system/system_ext/bin/qccsyshal@1.2-service
|
||||
class hal
|
||||
user system
|
||||
group misc system
|
||||
disabled
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2018 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.
|
||||
-->
|
||||
<permissions>
|
||||
<library
|
||||
name="com.android.hotwordenrollment.common.util"
|
||||
file="/system_ext/framework/com.android.hotwordenrollment.common.util.jar"
|
||||
/>
|
||||
</permissions>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (c) 2022 Qualcomm Technologies, Inc.
|
||||
All rights reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
|
||||
<permission name="com.qti.qcc.permission.VENDOR_QCC">
|
||||
<group gid="misc" />
|
||||
<group gid="system" />
|
||||
</permission>
|
||||
|
||||
</permissions>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<library name="com.qualcomm.qcrilhook"
|
||||
file="/system_ext/framework/qcrilhook.jar"
|
||||
dependency="qti-telephony-utils:qti-telephony-hidl-wrapper" />
|
||||
</permissions>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
Copyright (c) 2016 Qualcomm Technologies, Inc. All Rights Reserved.
|
||||
Qualcomm Technologies Proprietary and Confidential.
|
||||
-->
|
||||
<permissions>
|
||||
<permission name="com.qti.permission.DIAG">
|
||||
<group gid="oem_2901" />
|
||||
</permission>
|
||||
<permission name="com.qti.permission.AUDIO">
|
||||
<group gid="audio" />
|
||||
</permission>
|
||||
</permissions>
|
||||
|
||||
+92
@@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||||
~ All Rights Reserved.
|
||||
~ Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!--
|
||||
~ Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
||||
|
||||
~ Not a Contribution.
|
||||
-->
|
||||
|
||||
<!--
|
||||
~ Copyright (C) 2016 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
|
||||
-->
|
||||
|
||||
<!--
|
||||
This XML file declares which signature|privileged permissions should be
|
||||
granted to privileged applications on QTI devices.
|
||||
It allows additional grants on top of privapp-permissions-platform.xml
|
||||
-->
|
||||
|
||||
<permissions>
|
||||
|
||||
<privapp-permissions package="org.codeaurora.dialer">
|
||||
<permission name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"/>
|
||||
<permission name="android.permission.CONTROL_INCALL_EXPERIENCE"/>
|
||||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
|
||||
<permission name="android.permission.MODIFY_PHONE_STATE"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.STOP_APP_SWITCHES"/>
|
||||
<permission name="com.android.voicemail.permission.READ_VOICEMAIL"/>
|
||||
<permission name="com.android.voicemail.permission.WRITE_VOICEMAIL"/>
|
||||
<permission name="android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS"/>
|
||||
<permission name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS"/>
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="org.codeaurora.ims">
|
||||
<permission name="android.permission.MODIFY_PHONE_STATE"/>
|
||||
<permission name="android.permission.READ_PRECISE_PHONE_STATE"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS" />
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.android.mms">
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.WRITE_APN_SETTINGS"/>
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.qualcomm.qti.callenhancement">
|
||||
<permission name="android.permission.RECORD_AUDIO" />
|
||||
<permission name="android.permission.CAPTURE_AUDIO_OUTPUT" />
|
||||
<permission name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<permission name="android.permission.READ_BLOCKED_NUMBERS" />
|
||||
<permission name="android.permission.VIBRATE" />
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.qualcomm.qcrilmsgtunnel">
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="org.codeaurora.qti.nrNetworkSettingApp">
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
</privapp-permissions>
|
||||
|
||||
<privapp-permissions package="com.qti.phone">
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="android.permission.STATUS_BAR"/>
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
|
||||
<permission name="android.permission.MODIFY_PHONE_STATE"/>
|
||||
<permission name="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"/>
|
||||
</privapp-permissions>
|
||||
|
||||
</permissions>
|
||||
@@ -0,0 +1,37 @@
|
||||
<!--
|
||||
/*********************************************************************
|
||||
Copyright (c) 2021-2022 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
**********************************************************************/
|
||||
-->
|
||||
<permissions>
|
||||
<library name="vendor.qti.ims.factory-V2.0-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.factory-V2.0-java.jar"/>
|
||||
<library name="vendor.qti.ims.connection-V1.0-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.connection-V1.0-java.jar"/>
|
||||
<library name="vendor.qti.ims.rcsuce-V1.0-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.rcsuce-V1.0-java.jar"/>
|
||||
<library name="vendor.qti.ims.rcssip-V1.0-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.rcssip-V1.0-java.jar"/>
|
||||
<library name="vendor.qti.ims.factory-V2.1-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.factory-V2.1-java.jar"/>
|
||||
<library name="vendor.qti.ims.rcsuce-V1.1-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.rcsuce-V1.1-java.jar"/>
|
||||
<library name="vendor.qti.ims.rcssip-V1.1-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.rcssip-V1.1-java.jar"/>
|
||||
<library name="vendor.qti.ims.factory-V2.2-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.factory-V2.2-java.jar"/>
|
||||
<library name="vendor.qti.ims.rcsuce-V1.2-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.rcsuce-V1.2-java.jar"/>
|
||||
<library name="vendor.qti.ims.rcssip-V1.2-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.rcssip-V1.2-java.jar"/>
|
||||
<library name="vendor.qti.ims.factoryaidlservice-V1-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.factoryaidlservice-V1-java.jar"/>
|
||||
<library name="vendor.qti.ims.rcssipaidlservice-V1-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.rcssipaidlservice-V1-java.jar"/>
|
||||
<library name="vendor.qti.ims.rcsuceaidlservice-V1-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.rcsuceaidlservice-V1-java.jar"/>
|
||||
<library name="vendor.qti.ims.connectionaidlservice-V1-java"
|
||||
file="/system_ext/framework/vendor.qti.ims.connectionaidlservice-V1-java.jar"/>
|
||||
</permissions>
|
||||
@@ -0,0 +1,172 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<!--
|
||||
Copyright (c) 2021 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
This XML file declares which system packages should be initially installed for new users based on
|
||||
their user type. All system packages on the device should ideally have an entry in an xml file
|
||||
(keyed by its manifest name).
|
||||
|
||||
Base user-types (every user will be at least one of these types) are:
|
||||
- SYSTEM (user 0)
|
||||
- FULL (any non-profile human user)
|
||||
- PROFILE (profile human user)
|
||||
the precise meaning of which is defined in
|
||||
frameworks/base/core/java/android/content/pm/UserInfo.java.
|
||||
|
||||
Changes to the whitelist during system updates can result in installing additional system packages
|
||||
to pre-existing users, but cannot uninstall pre-existing system packages from pre-existing users.
|
||||
|
||||
Full documentation at frameworks/base/data/etc/preinstalled-packages-platform.xml
|
||||
-->
|
||||
|
||||
<config>
|
||||
|
||||
<!-- qcrilOemHook -->
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qcrilmsgtunnel">
|
||||
<install-in user-type="SYSTEM" />
|
||||
<install-in user-type="FULL" />
|
||||
</install-in-user-type>
|
||||
|
||||
<!-- uim-remote-service -->
|
||||
|
||||
<install-in-user-type package="com.qualcomm.uimremoteclient">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.uimremoteserver">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<!-- telephony-apps -->
|
||||
|
||||
<install-in-user-type package="com.qti.telephonysettings">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.atfwd">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.atfwd2">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.callfeaturessetting">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="org.codeaurora.dialer">
|
||||
<install-in user-type="SYSTEM" />
|
||||
<install-in user-type="FULL" />
|
||||
<install-in user-type="PROFILE" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.confdialer">
|
||||
<install-in user-type="SYSTEM" />
|
||||
<install-in user-type="FULL" />
|
||||
<install-in user-type="PROFILE" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qti.confuridialer">
|
||||
<install-in user-type="SYSTEM" />
|
||||
<install-in user-type="FULL" />
|
||||
<install-in user-type="PROFILE" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.ridemodeaudio">
|
||||
<install-in user-type="SYSTEM" />
|
||||
<install-in user-type="FULL" />
|
||||
<install-in user-type="PROFILE" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qti.qualcomm.datastatusnotification">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qti.qualcomm.deviceinfo">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="org.codeaurora.ims">
|
||||
<install-in user-type="SYSTEM" />
|
||||
<install-in user-type="FULL" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.telephonyservice">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.sam.service">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qti.xdivert">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qti.phone">
|
||||
<install-in user-type="SYSTEM" />
|
||||
<install-in user-type="FULL" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.modemtestmode">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.ims">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.remoteSimlockAuth">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<!-- telephony-internal -->
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.imsiprivacy.tests">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qti.qualcomm.carriertest">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.uimlpatest">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<!-- telephony-noship -->
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.devicestatisticsservice">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.euiccresource">
|
||||
<install-in user-type="SYSTEM" />
|
||||
<install-in user-type="FULL" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.android.MultiplePdpTest">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.lpa">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.uimGbaApp">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
<install-in-user-type package="com.qualcomm.qti.uim">
|
||||
<install-in user-type="SYSTEM" />
|
||||
</install-in-user-type>
|
||||
|
||||
</config>
|
||||
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
|
||||
<!--
|
||||
/* Copyright (c) 2017-2018, 2020 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are
|
||||
* met:
|
||||
* * Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* * Redistributions in binary form must reproduce the above
|
||||
* copyright notice, this list of conditions and the following
|
||||
* disclaimer in the documentation and/or other materials provided
|
||||
* with the distribution.
|
||||
* * Neither the name of The Linux Foundation nor the names of its
|
||||
* contributors may be used to endorse or promote products derived
|
||||
* from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
||||
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
-->
|
||||
|
||||
<config>
|
||||
<!-- Broadcast actions that are currently whitelisted. -->
|
||||
<allow-implicit-broadcast action="org.codeaurora.intent.action.PRE_ALERTING_CALL_INFO" />
|
||||
<!-- These are location components that need to freely run in the background -->
|
||||
<allow-in-power-save package="com.qualcomm.location" />
|
||||
<hidden-api-whitelisted-app package="com.qualcomm.location" />
|
||||
<hidden-api-whitelisted-app package="com.skyhook.blp" />
|
||||
</config>
|
||||
Reference in New Issue
Block a user