Catch security exception

This commit is contained in:
MM20 2023-10-13 15:04:46 +02:00
parent d797263c0a
commit fb41d3e2ab
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -73,6 +73,8 @@ data class LauncherShortcut(
return false
} catch (e: ActivityNotFoundException) {
return false
} catch (e: SecurityException) {
return false
}
return true
}