Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c72182d authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Add resource configuration flag to indicate whether USB host support exists.



Change-Id: I2456904afd2528f572c4323d538bce6dcf4204cb
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 3c51d6a9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -201,6 +201,9 @@
    <!-- Indicate whether the SD card is accessible without removing the battery. -->
    <bool name="config_batterySdCardAccessibility">false</bool>

    <!-- Indicate whether the device has USB host support. -->
    <bool name="config_hasUsbHostSupport">false</bool>

    <!-- Vibrator pattern for feedback about a long screen/key press -->
    <integer-array name="config_longPressVibePattern">
        <item>0</item>