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

Commit 1c89dca0 authored by Ted Wang's avatar Ted Wang Committed by Myles Watson
Browse files

Add requestLegacyExternalStorage to support OPP

Bug: 131059425
Test: Receive file from remote using Bluetooth
Change-Id: Iada3abf99126a442340c31ebba68f05546f206d4
parent b0b0aae6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -81,7 +81,8 @@
        android:supportsRtl="true"
        android:usesCleartextTraffic="false"
        android:directBootAware="true"
        android:defaultToDeviceProtectedStorage="true">
        android:defaultToDeviceProtectedStorage="true"
        android:requestLegacyExternalStorage="true">
        <uses-library android:name="javax.obex" />
        <provider android:name=".opp.BluetoothOppProvider"
            android:authorities="com.android.bluetooth.opp"