-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add product for qssi-user 13 TKQ1.220928.001 33.0820.0810.121-0 relea…
…se-keys Signed-off-by: Edward Wu <[email protected]>
- Loading branch information
1 parent
7723fe4
commit b8fbf60
Showing
342 changed files
with
144,303 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#! /system/bin/sh | ||
#============================================================================== | ||
# init.qti.display.sh | ||
# | ||
# Copyright (c) 2020 Qualcomm Technologies, Inc. | ||
# All Rights Reserved. | ||
# Confidential and Proprietary - Qualcomm Technologies, Inc. | ||
#=============================================================================== | ||
|
||
if [ -f /sys/devices/soc0/soc_id ]; then | ||
soc_hwid=`cat /sys/devices/soc0/soc_id` 2> /dev/null | ||
else | ||
soc_hwid=`cat /sys/devices/system/soc/soc0/id` 2> /dev/null | ||
fi | ||
|
||
target=`getprop ro.board.platform` | ||
case "$target" in | ||
"lahaina") | ||
#Set property to differentiate Lahaina & Cedros | ||
#SOC ID for Lahaina is 415, Lahaina P is 439, Lahaina-ATP is 456 | ||
case "$soc_hwid" in | ||
415|439|456) | ||
setprop vendor.display.disable_rounded_corner 1 | ||
esac | ||
;; | ||
"lito") | ||
#Set property to differentiate LITO & LAGOON | ||
#SOC ID for Lito is 400 | ||
case "$soc_hwid" in | ||
400) | ||
setprop vendor.display.disable_rounded_corner 1 | ||
esac | ||
;; | ||
esac |
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
#################################### | ||
# from generate-common-build-props-AI2205 | ||
# These properties identify this partition image. | ||
#################################### | ||
ro.product.product.brand=asus | ||
ro.product.product.device=ASUS_AI2205 | ||
ro.product.product.manufacturer=asus | ||
ro.product.product.model=ASUS_AI2205 | ||
ro.product.product.name=WW_AI2205 | ||
ro.product.build.date=Sat Apr 15 12:28:54 CST 2023 | ||
ro.product.build.date.utc=1681532934 | ||
ro.product.build.fingerprint=asus/WW_AI2205/ASUS_AI2205:13/TKQ1.220928.001/33.0820.0810.121-0:user/release-keys | ||
ro.product.build.id=TKQ1.220928.001 | ||
ro.product.build.tags=release-keys | ||
ro.product.build.type=user | ||
ro.product.build.version.incremental=33.0820.0810.121-0 | ||
ro.product.build.version.release=13 | ||
ro.product.build.version.release_or_codename=13 | ||
ro.product.build.version.sdk=33 | ||
#################################### | ||
# from variable ADDITIONAL_PRODUCT_PROPERTIES | ||
#################################### | ||
ro.product.vndk.version=33 | ||
ro.build.characteristics=nosdcard | ||
ro.product.ab_ota_partitions=product,system,system_ext,vbmeta_system | ||
#################################### | ||
# from variable PRODUCT_PRODUCT_PROPERTIES | ||
#################################### | ||
audio.sys.noisy.broadcast.delay=500 | ||
audio.sys.mute.latency.factor=2 | ||
audio.sys.routing.latency=0 | ||
audio.offload.min.duration.secs=30 | ||
audio.sys.offload.pstimeout.secs=3 | ||
af.fast_track_multiplier=1 | ||
audio.offload.video=false | ||
audio.deep_buffer.media=true | ||
audio.sys.noisy.broadcast.delay=500 | ||
audio.sys.mute.latency.factor=2 | ||
audio.sys.routing.latency=0 | ||
audio.offload.min.duration.secs=30 | ||
audio.sys.offload.pstimeout.secs=3 | ||
ro.af.client_heap_size_kbyte=7168 | ||
media.stagefright.audio.deep=false | ||
aaudio.mmap_policy=2 | ||
aaudio.mmap_exclusive_policy=2 | ||
aaudio.hw_burst_min_usec=2000 | ||
bluetooth.profile.a2dp.source.enabled=true | ||
bluetooth.profile.avrcp.target.enabled=true | ||
bluetooth.profile.avrcp.controller.enabled=true | ||
bluetooth.profile.hfp.ag.enabled=true | ||
bluetooth.profile.asha.central.enabled=true | ||
bluetooth.profile.gatt.enabled=true | ||
bluetooth.profile.hid.host.enabled=true | ||
bluetooth.profile.hid.device.enabled=true | ||
bluetooth.profile.map.server.enabled=true | ||
bluetooth.profile.opp.enabled=true | ||
bluetooth.profile.pan.nap.enabled=true | ||
bluetooth.profile.pan.panu.enabled=true | ||
bluetooth.profile.pbap.server.enabled=true | ||
bluetooth.profile.sap.server.enabled=true | ||
asus.app-prebuilt.tools=true | ||
asus.app-prebuilt.config=true | ||
asus.app-prebuilt.xrom=false | ||
asus.app-prebuilt.data=true | ||
asus.app-prebuilt.release=true | ||
ro.com.google.clientidbase=android-asus | ||
ro.com.google.clientidbase.ms=android-asus | ||
ro.com.google.lens.oem_camera_package=com.asus.camera | ||
ro.setupwizard.rotation_locked=true | ||
setupwizard.theme=glif_v3_light | ||
ro.opa.eligible_device=true | ||
setupwizard.feature.deferred_setup_suggestion=false | ||
ro.com.google.ime.key_border=false | ||
ro.com.google.gmsversion=13_202301 | ||
persist.sys.onehandctrl.enable=1 | ||
ro.support_one_handed_mode=true | ||
persist.sys.godoverlay.enable=1 | ||
persist.sys.fpsctrl.enable=1 | ||
persist.sys.autofps.mode=1 | ||
persist.sys.thermal_policy_update=1 | ||
ro.surface_flinger.set_idle_timer_ms=1500 | ||
debug.sf.frame_rate_multiple_threshold=120 | ||
# end of file |
44 changes: 44 additions & 0 deletions
44
product/etc/default-permissions/default-permissions-google.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version='1.0' encoding='utf-8' standalone='yes' ?> | ||
<exceptions> | ||
<exception | ||
package="com.google.android.apps.restore" | ||
sha256-cert-digest="56:BE:13:2B:78:06:56:FE:24:44:CD:34:32:6E:B5:D7:AA:C9:1D:20:96:AB:F0:FE:67:3A:99:27:06:22:EC:87"> | ||
<!-- External storage --> | ||
<permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="false"/> | ||
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="false"/> | ||
<!-- Contacts --> | ||
<permission name="android.permission.READ_CONTACTS" fixed="false"/> | ||
<permission name="android.permission.WRITE_CONTACTS" fixed="false"/> | ||
<!-- For D2D Restore --> | ||
<permission name="android.permission.READ_CALL_LOG" fixed="false"/> | ||
<permission name="android.permission.WRITE_CALL_LOG" fixed="false"/> | ||
<permission name="android.permission.NEARBY_WIFI_DEVICES" fixed="false"/> | ||
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/> | ||
</exception> | ||
|
||
<exception | ||
package="com.google.android.apps.assistant" | ||
sha256-cert-digest="43:0B:20:EB:61:96:7E:9C:5B:BE:02:59:9B:07:35:16:80:7D:AE:72:D7:86:FE:92:7F:48:96:B7:C7:F2:96:1F"> | ||
<!-- Record audio --> | ||
<permission name="android.permission.RECORD_AUDIO" fixed="false"/> | ||
</exception> | ||
|
||
<exception | ||
package="com.google.android.apps.actionsservice" | ||
sha256-cert-digest="43:0B:20:EB:61:96:7E:9C:5B:BE:02:59:9B:07:35:16:80:7D:AE:72:D7:86:FE:92:7F:48:96:B7:C7:F2:96:1F"> | ||
<!-- Record audio --> | ||
<permission name="android.permission.RECORD_AUDIO" fixed="false"/> | ||
</exception> | ||
|
||
<exception | ||
package="com.google.android.marvin.talkback" | ||
sha256-cert-digest="7B:5A:D5:51:80:A4:8A:1F:30:F3:53:77:C0:F9:E5:F9:11:BF:94:2F:B4:CF:83:EB:A2:55:A0:EB:F5:80:BE:EF"> | ||
<!-- Read phone status --> | ||
<permission name="android.permission.READ_PHONE_STATE" fixed="false"/> | ||
<!-- Bluetooth permissions --> | ||
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/> | ||
<permission name="android.permission.BLUETOOTH_SCAN" fixed="false"/> | ||
<permission name="android.permission.BLUETOOTH_ADVERTISE" fixed="false"/> | ||
</exception> | ||
|
||
</exceptions> |
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#============================================================================== | ||
# init.qti.display.rc | ||
# | ||
# Copyright (c) 2020 Qualcomm Technologies, Inc. | ||
# All Rights Reserved. | ||
# Confidential and Proprietary - Qualcomm Technologies, Inc. | ||
#=============================================================================== | ||
service vendor_sys_qti_display /product/bin/init.qti.display.sh | ||
class main | ||
user system | ||
group system | ||
disabled | ||
oneshot | ||
seclabel u:r:vendor_sys_qti_display:s0 | ||
|
||
on post-fs-data | ||
start vendor_sys_qti_display |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Qualcomm Virtualization Manager | ||
service vendor.qvirtmgr /product/bin/qvirtmgr | ||
class late_start | ||
user root | ||
group root | ||
disabled | ||
oneshot |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Copyright (c) 2014, 2019 Qualcomm Technologies, Inc. | ||
All Rights Reserved. | ||
Confidential and Proprietary - Qualcomm Technologies, Inc. | ||
--> | ||
<permissions> | ||
<library name="com.qualcomm.qti.uimGba.uimgbalibrary" | ||
file="/product/framework/uimgbalibrary.jar"/> | ||
</permissions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Copyright (c) 2019 Qualcomm Technologies, Inc. | ||
All Rights Reserved. | ||
Confidential and Proprietary - Qualcomm Technologies, Inc. | ||
--> | ||
<permissions> | ||
<library name="com.qualcomm.qti.uimGbaManager.uimgbamanagerlibrary" | ||
file="/product/framework/uimgbamanagerlibrary.jar" | ||
dependency="com.qualcomm.qti.uimGba.uimgbalibrary"/> | ||
</permissions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Copyright (c) 2017, 2019 Qualcomm Technologies, Inc. | ||
All Rights Reserved. | ||
Confidential and Proprietary - Qualcomm Technologies, Inc. | ||
--> | ||
|
||
<permissions> | ||
<library name="com.qualcomm.qti.uim.uimservicelibrary" | ||
file="/product/framework/uimservicelibrary.jar" | ||
dependency="qti-telephony-hidl-wrapper-prd"/> | ||
</permissions> |
22 changes: 22 additions & 0 deletions
22
product/etc/permissions/com.android.imsserviceentitlement.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2021 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> | ||
<privapp-permissions package="com.android.imsserviceentitlement"> | ||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/> | ||
<permission name="android.permission.MODIFY_PHONE_STATE"/> | ||
</privapp-permissions> | ||
</permissions> |
24 changes: 24 additions & 0 deletions
24
product/etc/permissions/com.android.settings.intelligence.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2019 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> | ||
<privapp-permissions package="com.android.settings.intelligence"> | ||
<permission name="android.permission.MANAGE_FINGERPRINT"/> | ||
<permission name="android.permission.MODIFY_PHONE_STATE"/> | ||
<permission name="android.permission.READ_SEARCH_INDEXABLES"/> | ||
<permission name="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA"/> | ||
</privapp-permissions> | ||
</permissions> |
18 changes: 18 additions & 0 deletions
18
product/etc/permissions/com.qti.snapdragon.sdk.display.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/* ==================================================================== | ||
* Copyright (c) 2014,2020 Qualcomm Technologies, Inc. | ||
* All Rights Reserved. | ||
* Confidential and Proprietary - Qualcomm Technologies, Inc. | ||
* ===================================================================== | ||
* @file com.qti.snapdragon.sdk.display.xml | ||
* | ||
*/ | ||
--> | ||
<permissions> | ||
|
||
<library | ||
name="com.qti.snapdragon.sdk.display" | ||
file="/product/framework/com.qti.snapdragon.sdk.display.jar" /> | ||
|
||
</permissions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
copyright (c) 2020-2021, 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. | ||
--> | ||
<permissions> | ||
<library name="com.qti.extphone.extphonelib-product" | ||
file="/product/framework/extphonelib-product.jar"/> | ||
</permissions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
copyright (c) 2019, 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. | ||
--> | ||
<permissions> | ||
<library name="ims-ext-common" | ||
file="/product/framework/ims-ext-common.jar"/> | ||
</permissions> |
27 changes: 27 additions & 0 deletions
27
product/etc/permissions/privapp-permissions-google-comms-suite.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" ?> | ||
<permissions> | ||
<privapp-permissions package="com.google.android.dialer"> | ||
<permission name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"/> | ||
<permission name="android.permission.CAPTURE_AUDIO_OUTPUT"/> | ||
<permission name="android.permission.CAPTURE_VOICE_COMMUNICATION_OUTPUT"/> | ||
<permission name="android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS"/> | ||
<permission name="android.permission.CONTROL_INCALL_EXPERIENCE"/> | ||
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/> | ||
<permission name="android.permission.INTERACT_ACROSS_USERS"/> | ||
<permission name="android.permission.LOCATION_BYPASS"/> | ||
<permission name="android.permission.MODIFY_AUDIO_ROUTING"/> | ||
<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="android.permission.WRITE_SECURE_SETTINGS"/> | ||
<permission name="com.android.voicemail.permission.READ_VOICEMAIL"/> | ||
<permission name="com.android.voicemail.permission.WRITE_VOICEMAIL"/> | ||
</privapp-permissions> | ||
<privapp-permissions package="com.google.android.ims"> | ||
<permission name="android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS"/> | ||
<permission name="android.permission.MODIFY_PHONE_STATE"/> | ||
<permission name="android.permission.PACKET_KEEPALIVE_OFFLOAD"/> | ||
<permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/> | ||
</privapp-permissions> | ||
</permissions> |
Oops, something went wrong.