-
Notifications
You must be signed in to change notification settings - Fork 177
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 #227
Comments
android.permission.MANAGE_EXTERNAL_STORAGE, such as reading lyric file, blacklist |
|
It's been reported for the APK used in my repo. And self-updater are not in accordance with the repo's inclusion criteria – as those updates would bypass the checks performed in the repo. May I ask how it is configured? Enabled by default? Opt-in (so with clear consent)? Explaining the source of the update and the implications (such as bypassing repo-checks)? |
|
Wonderful, thanks! So what's with |
I suggest adding a new Anyway, @rRemix is the only owner of this repo :) |
Thanks Henry! OK, so let's see what the owner says 😄 |
i'll add it |
Thanks, @rRemix! Please let me know when that flavor is available. I'd suggest to switch your app to that in my repo then. If it involves a new |
@IzzySoft you can use flavor 'noUpdater' |
先看他们怎么说,感觉是要自己build |
I use the APKs provided by their authors – so yes, I'd need the corresponding APK at releases. Thanks! |
@rRemix 那就还是放flavor吧 但是还有些小问题
|
@Henry-ZHR |
以及 忘说了 应该其他都算非google渠道 如果在同一个dimension应该不用依赖billingclient?(在新的dimension就没有这个问题 |
Today's release still has my scanner report
So what did I miss concerning the latter? And will there be an APK for the NoUpdater flavor? |
Sorry, I forgot |
Thanks! So that means after that PR is merged, |
We need @rRemix or someone else who is familiar with Android permission system to check whether it's really necessary |
That would be one way to find out. If you have the chance, you could just compile an APK with that permission commented out and try that on-device (or EMU). AFAIK |
APlayer does read the cover not only directly from ID3 tag but also from MediaStore. For example:
It should require |
My scanner recently got additional checks implemented, and on your latest release reported:
Now I could easily align
READ_EXTERNAL_STORAGE
andREAD_MEDIA_AUDIO
being needed to access the audio files to play. But could you please clarify what the other permissions are needed for? Thanks in advance!Btw, the
DEPENDENCY_INFO_BLOCK
can easily be avoided: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: