Permissions there isn't on android 9

Hi guys, I’m developing an app with expo, into my app.json y have this:

"android": {
      "package": "com.fernandoAzarias.tenedores",
      "permissions": ["CAMERA_ROLL", "LOCATION"]
    },

The problem is when I install this apk on my android 9, when I want to open the gallery of my phone, the app should ask me if I want to grant or denied the permission. But the apk don’t ask me. At the last build it was working fine. I did a new build and installed on my android 9. Now the app hasn’t any permissions and don’t aske me anything.
So I don’t understand what is the problem