Skip to content

Commit

Permalink
breeze: overlay: SIM hot swapping is supported
Browse files Browse the repository at this point in the history
Change-Id: I3b1953bf1555f5defa2dd8d1cac372f8ac6d2e23
  • Loading branch information
K9100ii authored and Hadenix committed Nov 17, 2023
1 parent a3f57c3 commit 28cb199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>

<!-- Is the device capable of hot swapping an UICC Card -->
<bool name="config_hotswapCapable">true</bool>

<!-- When true use the linux /dev/input/event subsystem to detect the switch changes
on the headphone/microphone jack. When false use the older uevent framework. -->
<bool name="config_useDevInputEventForAudioJack">true</bool>
Expand Down

0 comments on commit 28cb199

Please sign in to comment.