Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74c15e81 authored by nift4's avatar nift4 Committed by Bruno Martins
Browse files

Settings: do not hardcode aapt package name in resources

CarDeveloperOptions includes Settings-core as static library:
https://android.googlesource.com/platform/packages/services/Car/+/refs/heads/android13-platform-release/packages/CarDeveloperOptions/Android.bp#31
Resources will build as com.android.car.developeroptions and not com.android.settings in this case

Change-Id: Ia41790d353679a7cb78c27fde0fe369e30892dfe
parent 53bb431c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@
            android:title="@string/wake_when_plugged_or_unplugged_title"
            android:summary="@string/wake_when_plugged_or_unplugged_summary"
            android:defaultValue="@*android:bool/config_unplugTurnsOnScreen"
            settings:requiresConfig="@*com.android.settings:bool/config_show_top_level_battery" />
            settings:requiresConfig="@bool/config_show_top_level_battery" />

        <lineageos.preference.LineageSystemSettingSwitchPreference
            android:key="high_touch_polling_rate_enable"
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@
    <!-- Custom charging sounds -->
    <lineageos.preference.LineagePartsPreference
        android:key="charging_sounds_settings"
        settings:requiresConfig="@*com.android.settings:bool/config_show_charging_sounds"
        settings:requiresConfig="@bool/config_show_charging_sounds"
        settings:replacesKey="charging_sounds" />

    <!-- Docking sounds -->