Skip to content

Commit

Permalink
Remove android.permission.SYSTEM_ALERT_WINDOW in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Dec 3, 2018
1 parent 20f66be commit 7fac7b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WordPress/src/release/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<!-- This needs to be explictly removed because React Native adds it for all build types
See https://github.com/facebook/react-native/issues/5886 -->
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" tools:node="remove"/>
</manifest>

0 comments on commit 7fac7b2

Please sign in to comment.