Snap for 11938003 from 6d16ee061c
to 24Q3-release
Change-Id: Ie615ff4976e2948eec94a4b0e0e96eda3c20e64a
This commit is contained in:
commit
2fec9c1f78
3 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue