Closed msimonides closed 1 month ago
Hi,
I solved the Bluetooth problem, but scoped storage is the bigger problem, sorry it will the some more time. Greetings Dimitri
Am 14. Mai 2023 20:58:41 MESZ schrieb Marcin Simonides @.***>:
Opening preferences causes a crash. It's caused by lack of runtime permission
BLUETOOTH_CONNECT
. The crash occurs when callingmBluetoothAdapter.getBondedDevices()
inPrefsFragment
. This makes the app completely unusable on newer devices.See: https://developer.android.com/guide/topics/connectivity/bluetooth/permissions
-- Reply to this email directly or view it on GitHub: https://github.com/DimitriJunker/mtkdownload/issues/2 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
I've been using the app recently on Android 14 with success, so I'll close this issue.
Opening preferences causes a crash. It's caused by lack of runtime permission
BLUETOOTH_CONNECT
. The crash occurs when callingmBluetoothAdapter.getBondedDevices()
inPrefsFragment
. This makes the app completely unusable on newer devices.See: https://developer.android.com/guide/topics/connectivity/bluetooth/permissions