Snap for 11938003 from 6d16ee061c to 24Q3-release

Change-Id: Ie615ff4976e2948eec94a4b0e0e96eda3c20e64a
This commit is contained in:
Android Build Coastguard Worker 2024-06-06 23:02:12 +00:00
commit 2fec9c1f78
3 changed files with 2 additions and 1 deletions

View file

@ -848,6 +848,7 @@ service init_display /vendor/bin/init.display.sh
# bugreport is triggered by holding down volume down, volume up and power
service bugreport /system/bin/dumpstate -d -p -z
class main
user root
disabled
oneshot
keycodes 114 115 116

View file

@ -50,7 +50,6 @@
<!-- Camera -->
<permission name="android.permission.CAMERA" fixed="false"/>
<!-- Camera Connectivity -->
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
<permission name="android.permission.BLUETOOTH_SCAN" fixed="false"/>

View file

@ -911,6 +911,7 @@ endif
# Exynos RIL and telephony
# Multi SIM(DSDS)
SIM_COUNT := 2
$(call soong_config_set,sim,sim_count,$(SIM_COUNT))
SUPPORT_MULTI_SIM := true
# Support NR
SUPPORT_NR := true