device/asus/sdm660-common/DeviceSettings/src/org/lineageos/settings/device/DeviceSettingsActivity.java:24: error: cannot find symbol
import com.android.settingslib.widget.R;
^
symbol: class R
location: package com.android.settingslib.widget
device/asus/sdm660-common/DeviceSettings/src/org/lineageos/settings/device/kcal/KCalSettingsActivity.java:26: error: cannot find symbol
import com.android.settingslib.widget.R;
^
symbol: class R
location: package com.android.settingslib.widget
device/asus/sdm660-common/DeviceSettings/src/org/lineageos/settings/device/speaker/ClearSpeakerActivity.java:24: error: cannot find symbol
import com.android.settingslib.widget.R;
^
symbol: class R
location: package com.android.settingslib.widget
26ffac3b24
* also adjust and added Chinese(Traditional) language by self
* big thanks to all my users
* alphabetical order below
* EL(Greek) ES(Spanish) IT(Italian) JA(Japan) RU(Russian)
Co-authored-by: Graviphone <gravi@loungestudio.com>
Co-authored-by: hackruu <hackru@gmail.com>
Co-authored-by: kamvrosidis <amkirk94@yahoo.gr>
Co-authored-by: Maximilian Swag
Co-authored-by: SBWater <136105193+sbsoda@users.noreply.github.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
* settings page located in Settings -> Battery
* soc-based step charger, jeita thermal charger switch (also done something in kernel)
* add a mode for user always connected with chagrging cable to limit battery around 40% - 60%
* add a switch for user to limit max charge at around 80%
Signed-off-by: pix106 <sbordenave@gmail.com>
* implemented volume panel trigger in QS
* we may need to implement some extra function like multiwindow
* the seapp_context may need a diffrent entity from DeviceSettings to avoid neverallow
Signed-off-by: pix106 <sbordenave@gmail.com>