Permission uses-permission android:name=’android.permission.SYSTEM_ALERT_WINDOW’ when uploading an app with Expo in React Native

Tiempo de lectura: 2 minutos

Reading time: < 1 minutes

When uploading an app that uses Expo, you need to be cautious with this permission:

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

Expo automatically adds this permission to enable the development version.

If you are uploading the app to Google Play and you don’t use this permission, it’s better to remove it. This permission allows overlaying your app on top of others and is considered sensitive. Users may be hesitant to install your app if they see this permission, as it can raise concerns about privacy and security.

When uploading an app that uses Expo, you need to be cautious with this permission:

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

Expo automatically adds this permission to enable the development version.

If you are uploading the app to Google Play and you don’t use this permission, it’s better to remove it. This permission allows overlaying your app on top of others and is considered sensitive. Users may be hesitant to install your app if they see this permission, as it can raise concerns about privacy and security.

When uploading an app that uses Expo, you need to be cautious with this permission:

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

Expo automatically adds this permission to enable the development version.

If you are uploading the app to Google Play and you don’t use this permission, it’s better to remove it. This permission allows overlaying your app on top of others and is considered sensitive. Users may be hesitant to install your app if they see this permission, as it can raise concerns about privacy and security.

Espero que os haya sido útil esta información. ¡Tened un buen día!

Leave a Comment