Loading android/app/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
android/app/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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" Loading