-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on permissions #15
Comments
@IzzySoft You are so fast :D Yes i was kind of waiting for it :D |
Hehe, thought so 🤣
Wouldn't surprise me. Most documentations recommend that to detect incoming calls and stop your activity while the call is in progress. Google made it especially easy this way, though there's a less privacy-sensitive way to achieve the very same, not even needing any special permission IIRC (hint: register for the As it's already on your removal-list, I'll simply leave it open for now and the warning should go away with the next release then.
Ah, that's why I couldn't find it, I used the wrong keywords… Yes, that totally makes sense, adding it right away and syncing up the changes. Should be visible in a minute or so … done. What do you think about that |
@IzzySoft i already disabled |
Thanks! |
Oof, I see we have another issue there:
AFAIK there's no way to "upgrade" the certificate, you'd need a new key. I wonder what your app at PlayStore is signed with? This might become an issue at some point: a disabled algorithm, plus a too small RSA key – and most likely is a security issue already now (or else keytool would not complain). Do you have any plans for a "key upgrade" already? With minSdk at Android 5, key rotation is not possible (unless you want to move minSdk up to 9). Or maybe 9+ would have it seemless with rotation, but < 9 would need to uninstall/reinstall then. |
@IzzySoft that key is so old you are right. It was one I started using by mistake on play store. And like a dummy I started using it for fdroid. |
Apart from key rotation (which I only know from theory), I'm not aware of any alternative to an "abrupt change". Currently it's only I'd probably not wait until the last Android-8 devices are "phased out" to be "on the safe side" with key rotation (which was introduced with Android-9), that would take years at best. But if you need some weeks to decide, I'd say that should be fine.
I wouldn't be too sure about that. From the logs of the last 2 weeks:
So 54 downloads of the APK in 2 weeks (just from my primary, not counting the mirrors), or about 2 a day. Only 1 of those has "F-Droid" as user agent, though, so I cannot tell how many of those downloads mean (unique) installations. Especially as UAs like "Ktor client" or "okhttp/5.0.0-alpha.9" could be anything (e.g. a 3rd party F-Droid client). |
Well, guess you're waiting for this one already with the new release still hot, so I can't disappoint you, right?
got most of them covered already (I hope):
which leaves
CAMERA
andREAD_PHONE_STATE
. I've searched the code, but not being an Android dev (and especially having no ideas about Svelte and TypeScript), I had no success there. Can you once more help me out, please?And in case I didn't yet mention that
DEPENDENCY_INFO_BLOCK
, which is only useful to Google but to nobody else:For some background: that BLOB is supposed to be just a binary representation of your app's dependency tree. But as it's encrypted with a public key belonging to Google, only Google can read it – and nobody else can even verify what it really contains.
The text was updated successfully, but these errors were encountered: