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

Commit 1578863d authored by Tom Giordano's avatar Tom Giordano Committed by Gerrit Code Review
Browse files

LegacyUSB: Add support for legacy USB implementations

Rebased for ICS 4.0.3

Change-Id: I029d8eeca4de6d92499856feab2761a8bfa9a526
parent 21df1c2f
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -865,4 +865,10 @@


    <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
    <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
    <bool name="config_cellBroadcastAppLinks">false</bool>
    <bool name="config_cellBroadcastAppLinks">false</bool>

    <!-- CM CHANGES START HERE -->

    <!-- Use legacy USB device manager. -->
    <bool name="config_usesLegacyUsbDeviceManager">false</bool>

</resources>
</resources>