forked from erasmux/android_packages_apps_CMParts
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.xml
More file actions
39 lines (27 loc) · 1.25 KB
/
config.xml
File metadata and controls
39 lines (27 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Whether or not to display the trackball settings -->
<bool name="has_trackball">true</bool>
<!-- Whether or not to display the slider settings -->
<bool name="has_slider">false</bool>
<!-- Whether or not to display the camera button settings -->
<bool name="has_camera_button">false</bool>
<!-- Notification LED can show any color -->
<bool name="has_rgb_notification_led">false</bool>
<!-- Notification LED has single color only -->
<bool name="has_single_notification_led">false</bool>
<!-- Notification LED can show green and amber only -->
<bool name="has_dual_notification_led">false</bool>
<!-- LED Flashlight -->
<bool name="has_led_flash">false</bool>
<!-- Whether or not to display search button settings -->
<bool name="has_search_button">true</bool>
<!--Whether or not -->
<bool name="has_backtrack_minipad">false</bool>
<!-- Supports backlight settings? -->
<bool name="supports_backlight_settings">true</bool>
<bool name="has_envelope_key">false</bool>
<bool name="has_explorer_key">false</bool>
<!-- Undervolting module -->
<string name="undervolting_module">x10miniuv.ko</string>
</resources>