Closed IzzySoft closed 10 months ago
Accessibility is used to know when the power menu is open. Install packages is used for updates.
QUERY_ALL_PACKAGES is for device controls, camera does indeed come from the QR library.
Thanks again! As with Ambient, same questions concerning the updater here (and same hints for the DEPENDENCY_INFO_BLOCK
).
What I did not understand: QUERY_ALL_PACKAGES
is for listing all installed apps. I must admit I'm not using ClassicPowerMenu myself, so my question might sound a little weird: but what does that have to do with "device controls"? I probably miss what they are :zany_face:
And am I assuming correctly that android.permission.REQUEST_INSTALL_PACKAGES
is again an enforced self-updater here, @KieronQuinn? :cry:
And am I assuming correctly that
android.permission.REQUEST_INSTALL_PACKAGES
is again an enforced self-updater here, @KieronQuinn? 😢
Yes, as has always been the case. All of my apps have this, it's not new.
No. As I wrote, it's my checks which are new – so I didn't notice this before they were in place. OK, will have to remove ClassicPowerMenu as well then :cry:
Edit: Done. Will disappear from my repo with the next sync around 7 pm UTC then.
In January my scanner got a few additional checks. So on today's release it reported:
Could you please clarify what for Accessibility Services are used – and what packages your app wants to install? Further: Concerning
CAMERA
, a screenshot shows what could be a QR code scanner. Is it? And what for does the app needQUERY_ALL_PACKAGES
?Thanks in advance!