markusfisch / BinaryEye

Yet another barcode scanner for Android
https://play.google.com/store/apps/details?id=de.markusfisch.android.binaryeye
MIT License
1.38k stars 114 forks source link

Fix quick setting tile failed to launch on Android 14 #410

Closed xilwen closed 9 months ago

xilwen commented 9 months ago

SDK 34 deprecates startActivityAndCollapse(Intent), making it throws an UnsupportedOperationException on Android 14 devices instead of launching the app.

Added new function call for API 34, tested with Android 14 and Android 9 devices.

markusfisch commented 9 months ago

Thanks a lot 👍 I wasn't aware of this problem yet 🙈