Remove Permission READ_SMS

How to remove SMS_READ permission from my expo app

1 Like

Hey @nskhan,

To specify permissions you’ll want to configure your app.json with the android.permissions property. You can read about it here: https://docs.expo.io/versions/v31.0.0/workflow/configuration

Cheers,

Adam

@adamjnav have you thought about removing READ_SMS from the default permissions? Google will remove apps from the Play store with this permission (unless they’ve justified their use) on January 9th.

Hey @seveneightn9ne,

We’ll be making that change very soon!

Any solution of it temparay

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.