Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove debug AndroidManifest in release #1230

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

zatteo
Copy link
Contributor

@zatteo zatteo commented Jul 11, 2024

In 4d20202 for Flipper configuration, I created a release folder and :

  • I added an empty ReactNativeFlipper.java file to disable Flipper in release mode
  • I copy pasted the AndroidManifest.xml file from the debug folder which was not necessary. On the contrary, it is adding in release mode a useless android.permission.SYSTEM_ALERT_WINDOW permission

So let's remove this AndroidManifest.

### ✨ Features

*

### 🐛 Bug Fixes

*

### 🔧 Tech

* Remove debug AndroidManifest in release

Checklist

Before merging this PR, the following things must have been done if relevant:

  • Tested on iOS
  • Tested on Android
  • Test coverage
  • README and documentation

In 4d20202 for Flipper configuration, I created a release folder and :
- I added an empty ReactNativeFlipper.java file to disable Flipper in release mode
- I copy pasted the AndroidManifest.xml file from the debug folder which was not necessary. On the contrary, it is adding in release mode a useless android.permission.SYSTEM_ALERT_WINDOW permission

So let's remove this AndroidManifest.
@zatteo zatteo merged commit 5730bdf into master Jul 11, 2024
2 checks passed
@zatteo zatteo deleted the fix/remove-duplicate-android-manifest branch July 11, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant