Android 15.0.0 Release 21 (BP1A.250305.020)

-----BEGIN PGP SIGNATURE-----
 
 iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8fKCAAKCRDorT+BmrEO
 eNWGAJ9cunaL2zWIqz3onGlEH+jXTq3O7ACfZ/Scp1N1r3B7MaZ3OTStAXIV4ls=
 =dhB/
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN SSH SIGNATURE-----
 U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ
 +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
 AAAAQN883JqepURjVpuMnUGWyDpwUWL8eeG22JK19CGRq+qyhbThxA3cbpsNKV80VRrDNN
 o+hskjJo5Lu0KR4+IBbwI=
 -----END SSH SIGNATURE-----

Merge tag 'android-15.0.0_r21' into staging/lineage-22.2_merge-android-15.0.0_r21

Android 15.0.0 Release 21 (BP1A.250305.020)

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8fKCAAKCRDorT+BmrEO
# eNWGAJ9cunaL2zWIqz3onGlEH+jXTq3O7ACfZ/Scp1N1r3B7MaZ3OTStAXIV4ls=
# =dhB/
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed Mar  5 05:50:32 2025 EET
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate]

# By Chungkai Mei (4) and others
# Via Android Build Coastguard Worker (35) and others
* tag 'android-15.0.0_r21': (44 commits)
  powerhint: Disable auto margins
  support NTN with dual SIM
  Add a way to disable auto prefer fit for launch.
  comet: apmg3: update 0 db tx tuning.
  comet: update libspeechenhancer_1203
  audio: [2024/12/05] CT3 Fortemedia table check in
  BT: add skip uart suspend overlay config
  Revert "comet/haptics: Remove voltage restriction for haptics"
  powerhint: Set response_time_ms for clusters
  powerhint: Enable auto migration margins/dvfs headroom by default
  comet/haptics: Remove voltage restriction for haptics
  Add Samsung Galaxy Buds 3 pro to the LE audio allow list
  gps: support Galileo in CP NILR for TMO
  Revert "gps: set default SUPL SSL method to SSLv23"
  [comet] Define multiple levels of PA kill to be used in Mendel experiments
  Set a proper status bar height
  Disable Wifi BugReport for subsystem restart
  [NFC] Enable STNFC_ACTIVERW_TIMER
  gps: set default SUPL SSL method to SSLv23
  [Bluetooth] Set default LDAC quality mode to ABR
  ...

Change-Id: I09fe600a2968f9f1ac420c267c97c277bc8db2d9
This commit is contained in:
Michael Bestas 2025-03-09 10:57:48 +02:00
commit 9706bdc167
25 changed files with 493 additions and 255 deletions

View file

@ -179,9 +179,12 @@
auto-brightness adjustment setting. -->
<fraction name="config_autoBrightnessAdjustmentMaxGamma">105%</fraction>
<dimen name="status_bar_height_default">52dp</dimen>
<dimen name="status_bar_height_portrait">52dp</dimen>
<dimen name="status_bar_height_landscape">52dp</dimen>
<!-- Align to both camera at inner/outer cutout's height -->
<dimen name="status_bar_height_portrait">66dp</dimen>
<!-- Since @dimen/status_bar_height_portrait is modified in overlay, need to restore its value
from original folder. This should be done even looks no effect on some apps because
some other apps may reference to it. -->
<dimen name="status_bar_height_landscape">24dp</dimen>
<!-- Boolean indicating whether allow sending null to modem to clear the previous initial attach
data profile -->

View file

@ -22,4 +22,7 @@
<!-- Location on the screen of the center of the physical fingerprint sensor -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen>
<dimen name="physical_fingerprint_sensor_center_screen_location_y">710px</dimen>
<!-- Volume panel corner radius -->
<dimen name="bottom_sheet_corner_radius">52dp</dimen>
</resources>