Merge 24Q4 (ab/12406339) into aosp-main-future Bug: 370570306 Merged-In: Ib8fd53fa76fd1767d56653e0baae263d4f73c822 Change-Id: Id16e7523ff6a30343a81a917add30289872e32b9
diff --git a/srcs/android/sysprop/BluetoothProperties.sysprop b/srcs/android/sysprop/BluetoothProperties.sysprop index 1718212..d6b8e4f 100644 --- a/srcs/android/sysprop/BluetoothProperties.sysprop +++ b/srcs/android/sysprop/BluetoothProperties.sysprop
@@ -832,7 +832,7 @@ type: Boolean scope: Public access: Readonly - prop_name: "bluetooth.sniff_offload.enabled" + prop_name: "persist.bluetooth.sniff_offload.enabled" integer_as_bool: true }
diff --git a/srcs/android/sysprop/TelephonyProperties.sysprop b/srcs/android/sysprop/TelephonyProperties.sysprop index 15999e7..e74f450 100644 --- a/srcs/android/sysprop/TelephonyProperties.sysprop +++ b/srcs/android/sysprop/TelephonyProperties.sysprop
@@ -312,7 +312,7 @@ # # Set to false to disable SMS receiving, default is -# the value of config_sms_capable +# the value of TelephonyManager.isDeviceSmsCapable() # Indexed by phone ID # prop { @@ -325,7 +325,7 @@ # # Set to false to disable SMS sending, default is -# the value of config_sms_capable +# the value of TelephonyManager.isDeviceSmsCapable() # Indexed by phone ID # prop {
diff --git a/srcs/api/PlatformProperties-current.txt b/srcs/api/PlatformProperties-current.txt index c5cfad2..e78f2b1 100644 --- a/srcs/api/PlatformProperties-current.txt +++ b/srcs/api/PlatformProperties-current.txt
@@ -24,7 +24,7 @@ } prop { api_name: "enable_sniff_offload" - prop_name: "bluetooth.sniff_offload.enabled" + prop_name: "persist.bluetooth.sniff_offload.enabled" integer_as_bool: true } prop {