2

I want to know is it possible to get new permission(say INTERNET permission) which was not given while installing app through android market but to get while updating. For example im giving free version of my app without ads, later after some time if i want to update the existing user and new user with ads(by updating permission in manifest) is this possible?

Vins
  • 4,089
  • 2
  • 35
  • 50

1 Answers1

3

Yes, the new permission will be shown to users when they update. Adding ads to an existing free app might not be the best idea thought -- it is sure to give you a bunch of 1-star ratings.

Nikolay Elenkov
  • 52,576
  • 10
  • 84
  • 84