Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions core/res/res/values/aosip_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@
<!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
<bool name="config_custom_swipe_up_gesture_setting_available">false</bool>

<!-- True if the home button has the ability to wake up phone from lockscreen-->
<bool name="config_HomeWakeButton">true</bool>

<!-- Whether device has dash charging support -->
<bool name="config_hasDashCharger">false</bool>

Expand Down