sm8550 -> sm8750: first steps, TODO: proprietary-files.txt

This commit is contained in:
SaschaNes
2025-08-12 10:42:28 +02:00
parent 1676adbf85
commit 85188a4911
28 changed files with 818 additions and 527 deletions

View File

@@ -16,7 +16,7 @@
<boolean name="show_video_quality_toast" value="true" />
<boolean name="show_call_session_event_toast" value="true" />
<boolean name="show_data_usage_toast" value="true" />
<boolean name="show_apn_setting_cdma_bool" value="true" />
<boolean name="show_apn_setting_cdma_bool" value="false" />
<boolean name="support_video_conference_call_bool" value="true" />
<boolean name="show_static_image_ui" value="false" />
<boolean name="transmit_static_image" value="false" />

View File

@@ -15,7 +15,7 @@
<!-- Control whether the always on display mode is enabled by default. This value will be used
during initialization when the setting is still null. -->
<bool name="config_dozeAlwaysOnEnabled">false</bool>
<bool name="config_dozeAlwaysOnEnabled">true</bool>
<!-- Power Management: Specifies whether to decouple the auto-suspend state of the
device from the display on/off state.

View File

@@ -21,7 +21,7 @@
here. If this settings supports only 2 levels, for example, then the default intensity
should be either LOW (1) or HIGH (3).
-->
<integer name="config_vibration_supported_intensity_levels">3</integer>
<integer name="config_vibration_supported_intensity_levels">5</integer>
<!-- Whether to show Smooth Display feature in Settings Options -->
<bool name="config_show_smooth_display">true</bool>

View File

@@ -9,5 +9,5 @@
android:isStatic="true"
android:priority="500"
android:requiredSystemPropertyName="ro.boot.product.vendor.sku"
android:requiredSystemPropertyValue="kalama"/>
android:requiredSystemPropertyValue="sun"/>
</manifest>

View File

@@ -3,7 +3,7 @@
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.overlay.kalama">
package="com.android.wifi.resources.overlay.sun">
<overlay android:targetPackage="com.android.wifi.resources"
android:targetName="WifiCustomization"
android:isStatic="true"