Snap for 7333432 from 057e44962e
to tm-release
Change-Id: I6fc3f659436de5196a3ee91648e6dfc5ed05dc13
This commit is contained in:
commit
b03db739c2
8 changed files with 89 additions and 5 deletions
|
@ -521,6 +521,7 @@
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="audio-recordC bt-mic">
|
<path name="audio-recordC bt-mic">
|
||||||
|
<ctl name="Audio Capture Mic Source" value="BT_MIC"/>
|
||||||
<ctl name="EP1 TX Mixer BT_TX" value="1"/>
|
<ctl name="EP1 TX Mixer BT_TX" value="1"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
|
|
@ -548,6 +548,7 @@
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path name="audio-recordC bt-mic">
|
<path name="audio-recordC bt-mic">
|
||||||
|
<ctl name="Audio Capture Mic Source" value="BT_MIC"/>
|
||||||
<ctl name="EP1 TX Mixer BT_TX" value="1"/>
|
<ctl name="EP1 TX Mixer BT_TX" value="1"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
|
|
@ -107,3 +107,8 @@ endif
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=1
|
ro.vendor.build.svn=1
|
||||||
|
|
||||||
|
# Hide cutout overlays
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
NoCutoutOverlay \
|
||||||
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
|
@ -106,3 +106,8 @@ endif
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=1
|
ro.vendor.build.svn=1
|
||||||
|
|
||||||
|
# Hide cutout overlays
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
NoCutoutOverlay \
|
||||||
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
|
@ -37,6 +37,13 @@
|
||||||
Must be in the range specified by minimum and maximum. -->
|
Must be in the range specified by minimum and maximum. -->
|
||||||
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.29019607843</item>
|
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.29019607843</item>
|
||||||
|
|
||||||
|
<!-- The default refresh rate. Pixel 6 manages this using the peak refresh rate setting, so set
|
||||||
|
this value to 0 so it has no effect. -->
|
||||||
|
<integer name="config_defaultRefreshRate">0</integer>
|
||||||
|
|
||||||
|
<!-- The default peak refresh rate. -->
|
||||||
|
<integer name="config_defaultPeakRefreshRate">90</integer>
|
||||||
|
|
||||||
<!-- Nonlinear coefficients for maximum panel brightness of 500 nits -->
|
<!-- Nonlinear coefficients for maximum panel brightness of 500 nits -->
|
||||||
<string-array name="config_reduceBrightColorsCoefficientsNonlinear">
|
<string-array name="config_reduceBrightColorsCoefficientsNonlinear">
|
||||||
<!-- a-coefficient --> <item>-0.4553233597</item>
|
<!-- a-coefficient --> <item>-0.4553233597</item>
|
||||||
|
@ -180,7 +187,4 @@
|
||||||
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
|
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
|
||||||
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
|
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
|
||||||
|
|
||||||
<!-- The default peak refresh rate. -->
|
|
||||||
<integer name="config_defaultPeakRefreshRate">90</integer>
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -86,6 +86,13 @@
|
||||||
Must be in the range specified by minimum and maximum. -->
|
Must be in the range specified by minimum and maximum. -->
|
||||||
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.29019607843</item>
|
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.29019607843</item>
|
||||||
|
|
||||||
|
<!-- The default refresh rate. Pixel 6 manages this using the peak refresh rate setting, so set
|
||||||
|
this value to 0 so it has no effect. -->
|
||||||
|
<integer name="config_defaultRefreshRate">0</integer>
|
||||||
|
|
||||||
|
<!-- The default peak refresh rate. -->
|
||||||
|
<integer name="config_defaultPeakRefreshRate">120</integer>
|
||||||
|
|
||||||
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
|
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
|
||||||
The N entries of this array define N 1 zones as follows:
|
The N entries of this array define N 1 zones as follows:
|
||||||
Zone 0: 0 <= LUX < array[0]
|
Zone 0: 0 <= LUX < array[0]
|
||||||
|
@ -158,4 +165,5 @@
|
||||||
<string name="config_mms_user_agent" translatable="false">g8v0u</string>
|
<string name="config_mms_user_agent" translatable="false">g8v0u</string>
|
||||||
<!-- MMS user agent profile url -->
|
<!-- MMS user agent profile url -->
|
||||||
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G8V0U.xml</string>
|
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G8V0U.xml</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -15,6 +15,36 @@
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":0.001
|
"Multiplier":0.001
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name":"rf1_therm",
|
||||||
|
"Type":"UNKNOWN",
|
||||||
|
"HotThreshold":[
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN"
|
||||||
|
],
|
||||||
|
"VrThreshold":"NAN",
|
||||||
|
"Multiplier":0.001
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"rf2_therm",
|
||||||
|
"Type":"UNKNOWN",
|
||||||
|
"HotThreshold":[
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN"
|
||||||
|
],
|
||||||
|
"VrThreshold":"NAN",
|
||||||
|
"Multiplier":0.001
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name":"neutral_therm",
|
"Name":"neutral_therm",
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
|
@ -243,8 +273,8 @@
|
||||||
0.0,
|
0.0,
|
||||||
0.0,
|
0.0,
|
||||||
0.0,
|
0.0,
|
||||||
0.0,
|
|
||||||
1.9,
|
1.9,
|
||||||
|
0.0,
|
||||||
0.0
|
0.0
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
|
|
|
@ -15,6 +15,36 @@
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":0.001
|
"Multiplier":0.001
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name":"rf1_therm",
|
||||||
|
"Type":"UNKNOWN",
|
||||||
|
"HotThreshold":[
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN"
|
||||||
|
],
|
||||||
|
"VrThreshold":"NAN",
|
||||||
|
"Multiplier":0.001
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name":"rf2_therm",
|
||||||
|
"Type":"UNKNOWN",
|
||||||
|
"HotThreshold":[
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN",
|
||||||
|
"NAN"
|
||||||
|
],
|
||||||
|
"VrThreshold":"NAN",
|
||||||
|
"Multiplier":0.001
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name":"neutral_therm",
|
"Name":"neutral_therm",
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
|
@ -243,8 +273,8 @@
|
||||||
0.0,
|
0.0,
|
||||||
0.0,
|
0.0,
|
||||||
0.0,
|
0.0,
|
||||||
0.0,
|
|
||||||
1.9,
|
1.9,
|
||||||
|
0.0,
|
||||||
0.0
|
0.0
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue