Silence icon indicating copy to clipboard operation
Silence copied to clipboard

LineageOS "ContentResolver.query" problem workaround and "Silence Call" improvements

Open Efenstor opened this issue 2 years ago • 0 comments
trafficstars

Concerning the first commit: after lots of consideration I think that although inserting arguments directly into the SQL query line is "a very bad idea", in this particular case it has almost no security implications as it is virtually impossible to inject garbage (or at least useful garbage) into a phone number. When weighing this very unlikely security flaw against the restored functionality under LineageOS 19.x and 20.x (or may be some other systems) I think it's worth it.

The other two commits are some improvements to the repeated call functionality, particularly related to the "Silence call" function.

Efenstor avatar Feb 12 '23 18:02 Efenstor