0

The documentation here states that an android app will require all permissions by default. However, mine does not require any. I have not provided android.permissions in my app.json

Why is that?

Ali
  • 484
  • 3
  • 5
  • 16

1 Answers1

1

In Android 6 and higher the permission are no longer checked on install runtime requests

ticevi
  • 133
  • 1
  • 8
  • Thanks for the link. One more thing I noticed is that in Android 10, it requires the physical activity permission by default. Would you know why that's the case? – Ali Jul 31 '20 at 08:52