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 … Read more