Android app auto update on Google Play and permissions change

后端 未结 2 1670
庸人自扰
庸人自扰 2021-01-11 23:40

I know that when at least one new permission is added, the app will not be auto-updated. The user has to manually update it. You will have \"Manual Update\" when the app\'s

2条回答
  •  [愿得一人]
    2021-01-12 00:34

    In my tests, the following do not require manual updates:

    • Removing permission
    • Adding redundant permission (e.g. READ_STORAGE when WRITE_STORAGE was already specified)

提交回复
热议问题