mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: SamsungParts: Match latest source changes
This commit is contained in:
parent
1206a2fb55
commit
1d39eb76e8
10 changed files with 29 additions and 122 deletions
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportHeight="24"
|
||||
android:viewportWidth="24"
|
||||
android:tint="?android:attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="#000"
|
||||
android:pathData="M12,3A9,9 0 0,0 3,12H0L4,16L8,12H5A7,7 0 0,1 12,5A7,7 0 0,1 19,12A7,7 0 0,1 12,19C10.5,19 9.09,18.5 7.94,17.7L6.5,19.14C8.04,20.3 9.94,21 12,21A9,9 0 0,0 21,12A9,9 0 0,0 12,3M14,12A2,2 0 0,0 12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12Z" />
|
||||
</vector>
|
||||
|
|
@ -15,5 +15,7 @@
|
|||
|
||||
<color name="disabled_text_color">#66000000</color>
|
||||
<color name="homepage_parts_background">#FFFF6700</color>
|
||||
|
||||
<color name="red">#FF0000</color>
|
||||
<color name="green">#00FF00</color>
|
||||
<color name="blue">#0000FF</color>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
<!-- Display category -->
|
||||
<string name="display_category">Display</string>
|
||||
|
||||
<!-- FPS Info -->
|
||||
<string name="fps_info_title">FPS info overlay</string>
|
||||
<string name="fps_info_summary">Show overlay with current frames per second</string>
|
||||
|
|
@ -48,9 +47,6 @@
|
|||
<string name="dolby_profile_game_1">Game 1 Profile</string>
|
||||
<string name="dolby_profile_game_2">Game 2 Profile</string>
|
||||
<string name="dolby_profile_special_audio">Special Audio Profile</string>
|
||||
|
||||
|
||||
|
||||
<!-- Eureka Kernel features category -->
|
||||
<string name="eureka_kernel_features">Eureka Kernel Features</string>
|
||||
|
||||
|
|
@ -62,8 +58,13 @@
|
|||
Use this feature to adjust low or high flashlight brightness. Ranges from 0 to 10.</string>
|
||||
|
||||
<!-- GPU Category -->
|
||||
<string name="gpu_category">GPU</string>
|
||||
<string name="misc_category">Misc</string>
|
||||
|
||||
<!-- Inout Devices Settings -->
|
||||
<string name="input_ctrl_title">Input Devices Control</string>
|
||||
<string name="input_ctrl_summary">Control sensor\'s power. Can be used to save battery.</string>
|
||||
<string name="input_ctrl_description">Manage Sensor\'s Power here.
|
||||
If you are really low on battery, perhaps this settings can help</string>
|
||||
<!-- GPU TMU -->
|
||||
<string name="gpuexynos_title">Exynos GPU (Mali) Throttling</string>
|
||||
<string name="gpuexynos_summary">Disable/Enable GPU Throttling</string>
|
||||
|
|
|
|||
|
|
@ -49,8 +49,8 @@
|
|||
</Preference>
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
android:key="gpu"
|
||||
android:title="@string/gpu_category">
|
||||
android:key="misc"
|
||||
android:title="@string/misc_category">
|
||||
<SwitchPreference
|
||||
android:key="gpuexynos_settings"
|
||||
android:title="@string/gpuexynos_title"
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
android:persistent="true">
|
||||
<intent
|
||||
android:action="android.intent.action.MAIN"
|
||||
android:targetClass="com.eurekateam.samsungextras.fastcharge.FastChargeActivity"
|
||||
android:targetClass="com.eurekateam.samsungextras.battery.BatteryActivity"
|
||||
android:targetPackage="com.eurekateam.samsungextras" />
|
||||
</Preference>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue