TarteelAI / tarteel-app

29 stars 11 forks source link

Android app asks for too many permissions #16

Closed abidlabs closed 5 years ago

abidlabs commented 6 years ago

We don't need things like:

tifa2UP commented 6 years ago

It's part of using expo, @bahaa96 want to check if there are any workarounds for this?

bahaa96 commented 6 years ago
      List of additional permissions the standalone app will request upon installation.
      Along with the minimum necessary for an expo app to function.  

      Don't use "permissions" to use the default list.

      Set "permissions" to [] to use ONLY the MINIMUM necessary permissions.

I've set permissions to []. If it's stay the same after the next build so these permissions are the minimum necessary for an expo app to function.

tifa2UP commented 6 years ago

Awesome! Closing once we confirm