What is REQUEST_INSTALL_PACKAGES being used for? #545
Answered
by
z-huang
matchboxbananasynergy
asked this question in
Q&A
-
Hey there! I was looking at the app's manifest and was wondering what this permission is for: https://github.com/z-huang/InnerTune/blob/dev/app/src/main/AndroidManifest.xml#L9 |
Beta Was this translation helpful? Give feedback.
Answered by
z-huang
Jan 31, 2023
Replies: 1 comment 1 reply
-
In previous versions, the app had a built-in updater, which needs REQUEST_INSTALL_PACKAGES permission. But now the built-in updater is removed, and I forgot to remove this permission.😅 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
matchboxbananasynergy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In previous versions, the app had a built-in updater, which needs REQUEST_INSTALL_PACKAGES permission. But now the built-in updater is removed, and I forgot to remove this permission.😅